diff --git a/src/Graphics/Canvas.purs b/src/Graphics/Canvas.purs index 421015e..fac7610 100644 --- a/src/Graphics/Canvas.purs +++ b/src/Graphics/Canvas.purs @@ -479,7 +479,7 @@ foreign import strokeText \ return function(x) {\ \ return function(y) {\ \ return function() {\ - \ ctx.fillText(text, x, y);\ + \ ctx.strokeText(text, x, y);\ \ return ctx;\ \ };\ \ };\