Status of proSVG - SVG Export Plugin
in
Contributed Library Questions
•
1 year ago
Hi, I just installed the proSVG library found here:
http://sites.google.com/site/kdlprosvg/Home
in order to output SVG files.
The date associated with this library is Oct. 2008.
Trying to run either of the two example programs provided I get a null pointer exception. Following is the complete error message:
Exception in thread "Animation Thread" java.lang.NullPointerException
at processing.core.PGraphicsJava2D.loadPixels(Unknown Source)
at prosvg.SVGKdl.save(SVGKdl.java:88)
at processing.core.PApplet.saveFrame(Unknown Source)
at testsvtTEMP.draw(testsvtTEMP.java:46)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Has anyone else had success using this library with Processing 1.5.1?
Best Regards, Jim
in order to output SVG files.
The date associated with this library is Oct. 2008.
Trying to run either of the two example programs provided I get a null pointer exception. Following is the complete error message:
Exception in thread "Animation Thread" java.lang.NullPointerException
at processing.core.PGraphicsJava2D.loadPixels(Unknown Source)
at prosvg.SVGKdl.save(SVGKdl.java:88)
at processing.core.PApplet.saveFrame(Unknown Source)
at testsvtTEMP.draw(testsvtTEMP.java:46)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Has anyone else had success using this library with Processing 1.5.1?
Best Regards, Jim
1