Skip to content

Commit 711b497

Browse files
committed
fix strokeText
1 parent 73d1c43 commit 711b497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Graphics/Canvas.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ foreign import strokeText
479479
\ return function(x) {\
480480
\ return function(y) {\
481481
\ return function() {\
482-
\ ctx.fillText(text, x, y);\
482+
\ ctx.strokeText(text, x, y);\
483483
\ return ctx;\
484484
\ };\
485485
\ };\

0 commit comments

Comments
 (0)