diff --git a/test/tests/SvgExport.js b/test/tests/SvgExport.js index 773438f7..6e4b803a 100644 --- a/test/tests/SvgExport.js +++ b/test/tests/SvgExport.js @@ -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,