Update ellipse.class.js

just extra space.
This commit is contained in:
asturur 2014-06-21 10:31:04 +02:00
parent 4729d104c8
commit beb3fc205f

View file

@ -115,7 +115,7 @@
ctx.arc(noTransform ? this.left : 0, noTransform ? this.top * this.rx/this.ry : 0, this.rx, 0, piBy2, false);
this._renderFill(ctx);
this._renderStroke(ctx);
ctx.restore();
ctx.restore();
},
/**