The <rect> renders fine. It's actually the <image> that actually causes the problem. Here, I have used an svg that I knew worked previously. I have tried an href URI that is relative and an absolute path, e.g. D:\pictures\test.svg. I have tried a URL, e.g. http://test.gleim.com/pictures/test.svg. I have tried file:[EMAIL PROTECTED], file:/[EMAIL PROTECTED], file://[EMAIL PROTECTED], and file:///[EMAIL PROTECTED] I believe I have tried every option I have ever seen suggested in this list to no avail.
> -----Original Message----- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 13, 2002 12:13 PM > To: [EMAIL PROTECTED] > Subject: Re: SVG rendering in release 0.20.3 > > > Matthew L. Avizinis wrote: > > It still doesn't work with the new batik.jar. > > Anything else to check? > > I was going to ask whether your SVG code renders ok > in the SVG browser, unfortunately, the SVG browser > packaged in the jar distributed with FOP 0.20.3 doesn't > run. > I got something similar to your code working in the > SVG browser from Batik-1.1rc, with some foo values > in place of the XPath expression from your XSL code > snipped. > > J.Pietschmann
