We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProcessing DevelopmentLibraries,  Tool Development › proSVG for Vector  Export
Pages: 1 2 
proSVG for Vector  Export (Read 12719 times)
Re: proSVG for Vector  Export
Reply #15 - Feb 5th, 2007, 8:35pm
 
i applied the patch and fixed some other things (see source inside) until christian get's a chance to update it himself:

http://bezier.de/processing/prosvg_p0123.zip

(tested with 0123, seems to work)
F
Re: proSVG for Vector  Export
Reply #16 - Feb 5th, 2007, 11:43pm
 
thanks a lot. works fine in 0124 as well.
Re: proSVG for Vector  Export
Reply #17 - Oct 30th, 2008, 4:30pm
 
Previous poster link is unavaliable, so if someone (like myself) needs SVG export from processing, you can find instructions and compiled plugin here: http://sites.google.com/site/kdlprosvg/

(Hosted by Google, should last longer)
Re: proSVG for Vector  Export
Reply #18 - Dec 21st, 2008, 7:01pm
 
korantu wrote on Oct 30th, 2008, 4:30pm:
Previous poster link is unavaliable, so if someone (like myself) needs SVG export from processing, you can find instructions and compiled plugin here: http://sites.google.com/site/kdlprosvg/

(Hosted by Google, should last longer)


Should this version run in processing 1.0 Running the example file i'm getting the following error (apologies in advace if this is user error somehow):

"This version of Processing only supports libraries and JAR files compiled for Java 1.5.
A library used by this sketch was compiled for Java 1.6 or later,
and needs to be recompiled to be compatible with Java 1.5."
Re: proSVG for Vector  Export
Reply #19 - Jan 4th, 2009, 5:23am
 
proSVG is not working for me either in the 1.01 release, not the one from the main link.

but I found one that is working here:
http://sites.google.com/site/kdlprosvg/

Re: proSVG for Vector  Export
Reply #20 - Mar 9th, 2009, 4:17pm
 
Any update on proSVG - does a working version exist? I'm getting the same error in release 1.0.3:

"This version of Processing only supports libraries and JAR files compiled for Java 1.5.
A library used by this sketch was compiled for Java 1.6 or later, and needs to be recompiled to be compatible with Java 1.5."

Seems like the best option might just be to try using an older release of Processing and proSVG?
Re: proSVG for Vector  Export
Reply #21 - Jun 9th, 2009, 9:10am
 
the kdlprosvg projects works for me on processing 1.0.4

unfortunately it's too slow for me. Displaying a path of 1.000.000 lines (pi) :-D
Re: proSVG for Vector  Export
Reply #22 - Jun 9th, 2009, 9:15am
 
A question. It is possible to hide the display window? I want to create a svg file and I don't need to show that window. It's a large graphic and it causes an OutOfMemoryError.
Pages: 1 2