Re: raster (jpeg, png) graphics in Batik SVG rasterizer under Cocoon

2007-04-03 Thread Joerg Heinicke
On 02.04.2007 22:52, Wendell Piez wrote: can it be just a problem of source resolving? PDF and JPG/PNG serializers suffered from the lack of being able to resolve relative paths for ages. This was only recently fixed in the FOP NG block on trunk for PDF, but I don't know of any fix for Batik.

Re: raster (jpeg, png) graphics in Batik SVG rasterizer under Cocoon

2007-04-03 Thread Wendell Piez
Joerg, At 02:51 AM 4/3/2007, you wrote: can it be just a problem of source resolving? PDF and JPG/PNG serializers suffered from the lack of being able to resolve relative paths for ages. This was only recently fixed in the FOP NG block on trunk for PDF, but I don't know of any fix for Batik.

Re: raster (jpeg, png) graphics in Batik SVG rasterizer under Cocoon

2007-04-02 Thread Marc Salvetti
Hi Wendell, i had a similar pb and it was because of org.apache.cocoon.xml.dom.SVGBuilder.java and a pb in the endDocument function because of a bad base url and something about a call to the setDocumentLocator function. I didn't really solved the issue, just pointed it and changed it to fit my

Re: raster (jpeg, png) graphics in Batik SVG rasterizer under Cocoon

2007-04-02 Thread Wendell Piez
Hi Marc, At 02:37 AM 4/2/2007, you wrote: i had a similar pb and it was because of org.apache.cocoon.xml.dom.SVGBuilder.java and a pb in the endDocument function because of a bad base url and something about a call to the setDocumentLocator function. I didn't really solved the issue, just

raster (jpeg, png) graphics in Batik SVG rasterizer under Cocoon

2007-04-01 Thread Wendell Piez
Hi, When serving SVGs with Cocoon, if I call a jpeg or PNG image into an SVG file and the Cocoon sitemap is configured to deliver them, I can see them just fine in the SVG in a browser. But when I pass the same SVG through Batik's rasterizer under Cocoon to make a jpeg (or png), the jpeg or

RE: raster (jpeg, png) graphics in Batik SVG rasterizer under Cocoon

2007-04-01 Thread Jeroen Reijn
while doing that. Regards, Jeroen Reijn -Original Message- From: Wendell Piez [mailto:[EMAIL PROTECTED] Sent: Sunday, April 01, 2007 11:05 PM To: users@cocoon.apache.org Subject: raster (jpeg, png) graphics in Batik SVG rasterizer under Cocoon Hi, When serving SVGs with Cocoon, if I

Re: raster (jpeg, png) graphics in Batik SVG rasterizer under Cocoon

2007-04-01 Thread Joerg Heinicke
On 01.04.2007 23:05, Wendell Piez wrote: When serving SVGs with Cocoon, if I call a jpeg or PNG image into an SVG file and the Cocoon sitemap is configured to deliver them, I can see them just fine in the SVG in a browser. But when I pass the same SVG through Batik's rasterizer under Cocoon