Re: SVG External Graphic ...

2002-06-13 Thread J.Pietschmann
Jose Hernandez wrote: I'm using the JDK 1.4.0 with FOP 0.20.3 and I created a SVG file that I'm trying to put into a PDF file ... but FOP sent this error message: [ERROR]: svg graphic could not be built: file:e:/test.svg:-1 An I/O error occured while processing the URI 'file:e:/test.svg#clipPath1'

RE: SVG External Graphic ...

2002-06-12 Thread Matthew L. Avizinis
Here's what J.Pietschmann had to say yesterday about this: Point 1: file:b.svg is, technically, an invalid URL. FOP tries to cope with it, but Batik has it's of logic. Use b.svg or a full path file:///path/to/b.svg. In the first case, all three files a.svg, b.svg and c.fo should be in the current

Re: SVG external graphic doesn't show in FopServlet?

2002-04-04 Thread J.Pietschmann
Carter, Will wrote: I am having problems with external svg files in my fo file when generating PDFs using FopServlet. ... This doesn't workgeneratedsvg.svg is in the same directory as generatedjpg.jpg. the resulting pdf has a blank space where the svg should be. First: Can you view the SVG wi