fixed 1st example

This commit is contained in:
Vadim
2015-09-29 22:40:44 -04:00
parent c84729097f
commit 6ea7c8a89b
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ document.onreadystatechange = function() {
canvas.width = w;
canvas.height = h;
context = canvas.getContext('2d');
context.lineWidth = 2;
context.lineWidth = 1;
context.strokeStyle = 'yellow';
CanvasTextWrapper(canvas,(options[i].txt),options[i]);