We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8d1fa2 + 8df3631 commit b0fc226Copy full SHA for b0fc226
1 file changed
src/Graphics/Canvas.js
@@ -158,7 +158,7 @@ exports.setGlobalCompositeOperationImpl = function(ctx) {
158
exports.setGlobalAlpha = function(ctx) {
159
return function(alpha) {
160
return function() {
161
- ctx.setGlobalAlpha = alpha;
+ ctx.globalAlpha = alpha;
162
return ctx;
163
};
164
@@ -573,4 +573,3 @@ exports.bezierCurveTo = function(bCurve) {
573
574
575
576
-
0 commit comments