mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Unit test: Fix PaperScript left-over in SVG Export.
This commit is contained in:
parent
9aa29e0afc
commit
9017bf1767
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ if (!isNode) {
|
|||
|
||||
var radius = bounds.width * 0.4,
|
||||
from = new Point(bounds.center.x),
|
||||
to = from + [radius, 0];
|
||||
to = from.add(radius, 0);
|
||||
|
||||
var circle = new Path.Circle({
|
||||
center: from,
|
||||
|
|
Loading…
Reference in a new issue