Unit test: Fix PaperScript left-over in SVG Export.

This commit is contained in:
Jürg Lehni 2016-05-27 11:37:59 +02:00
parent 9aa29e0afc
commit 9017bf1767

View file

@ -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,