mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 09:08:17 +00:00
SVG import - close ellipse
This commit is contained in:
@@ -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[]{
|
||||
|
||||
Reference in New Issue
Block a user