SVG import - close ellipse

This commit is contained in:
Jindra Petřík
2015-12-27 06:44:05 +01:00
parent 9671d67c27
commit d62d0fbe1f

View File

@@ -826,6 +826,8 @@ public class ShapeImporter {
PathCommand scr = new PathCommand();
scr.command = 'M';
scr.params = new double[]{cx + rx, cy};
startPoint.x = cx + rx;
startPoint.y = cy;
pathCommands.add(scr);
double[] points = new double[]{