We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4663a9c commit 9f36870Copy full SHA for 9f36870
src/Graphics/Canvas.purs
@@ -77,7 +77,7 @@ foreign import setShadowBlur
77
\}" :: forall eff. Number -> Context2D -> Eff (canvas :: Canvas | eff) Context2D
78
79
foreign import setShadowOffsetX
80
- "function setShadowOffsetX(offset) {\
+ "function setShadowOffsetX(offsetX) {\
81
\ return function(ctx) {\
82
\ return function() {\
83
\ ctx.shadowOffsetX = offsetX;\
0 commit comments