Hi Batik-users! On Mon, Jun 23, 2003 at 11:31:11PM -0700, Zitan Broth wrote: > Of course I'd still prefer EPS, but PDF is the compressed version of > this format, so its a good start :-)
PS != compressed PDF I used batik-rasterizer.jar -m application/pdf foo.svg to create a PDF file and converted it to PostScript using ghostscipt. Works most of the time, until you use transparency: PostScript doesn't support this and some parts of your graphic may be painted over. I had to rearrange my svg file to put lower layers first and upper layers at the end of the file to workaround this. I'd still be interested in a native version of svg2eps. BYTE Philipp -- / / (_)__ __ ____ __ Philipp Hahn / /__/ / _ \/ // /\ \/ / /____/_/_//_/\_,_/ /_/\_\ [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
