mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-07-13 17:41:04 +08:00
fixed 1st example
This commit is contained in:
+1
-1
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user