I'm trying to import a shape and the shape is just a simple a circle really, but I get this error message:
parsed: m,605.71429,475.21933
unparsed: a,237.14285,211.42857,0,1,1,-474.2857,0,237.14285,211.42857,0,1,1,474.2857,0,z
Exception in thread "Animation Thread" java.lang.RuntimeException: Sorry, elliptical arc support for SVG files is not yet implemented (See issue #130 for updates)
at processing.core.PShapeSVG.parsePath(Unknown Source)
at processing.core.PShapeSVG.parseChild(Unknown Source)
at processing.core.PShapeSVG.parseChildren(Unknown Source)
at processing.core.PShapeSVG.<init>(Unknown Source)
at processing.core.PShapeSVG.parseChild(Unknown Source)
at processing.core.PShapeSVG.parseChildren(Unknown Source)
at processing.core.PShapeSVG.<init>(Unknown Source)
at processing.core.PShapeSVG.<init>(Unknown Source)
at processing.core.PShapeSVG.<init>(Unknown Source)
at processing.core.PApplet.loadShape(Unknown Source)
at processing.core.PApplet.loadShape(Unknown Source)
at cGarbutt_SWITCH_FINAL.setup(cGarbutt_SWITCH_FINAL.java:46)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
What is issue #130? I have the latest version of Processing (1.5.1) What's going on?
1