Commit 82602548 by doszhang

dos

parent 13a748e2
......@@ -1092,7 +1092,7 @@ Star.prototype.draw = function (ctx) {
ctx.lineTo(24, 24);
ctx.lineTo(0, 24);
ctx.closePath();
ctx.scale(this.scaleX, this.scaleY);
ctx.scale(0.4, 0.4);
ctx.strokeStyle = 'rgba(0,0,0,0)';
ctx.lineCap = 'butt';
ctx.lineJoin = 'miter';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment