From d62d0fbe1f708b6b7250b11b0cd7042650f39c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 27 Dec 2015 06:44:05 +0100 Subject: [PATCH] SVG import - close ellipse --- .../src/com/jpexs/decompiler/flash/importers/ShapeImporter.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java index 6e687605c..e5db7d64f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java @@ -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[]{