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 39bbe70 commit ceccf50Copy full SHA for ceccf50
demos/effect/easing.html
@@ -34,7 +34,7 @@
34
canvas.width = width;
35
canvas.height = height;
36
var drawHeight = height * 0.8,
37
- cradius = 10;
+ cradius = 10,
38
ctx = canvas.getContext( "2d" );
39
ctx.fillStyle = "black";
40
0 commit comments