Thus spake Jeffrey Brent McBeth: > On Wed, Jun 06, 2007 at 08:47:53PM +0200, Joel Uckelman wrote: > > Thus spake Jeffrey Brent McBeth: > > > On Tue, Jun 05, 2007 at 10:27:34PM -0700, Rodney Kinney wrote: > > > > - Support for Scalable Vector Graphics (SVG) images > > >=20 > > > When I try to save a module with a SVG file in it, I get the error > > > "Couldn't save module. > > > SAX2 driver class org.apache.xerces.parsers.SAXParser not found" > >=20 > > There are several problems which are contributing to this: > >=20 > > 1. Your SVG uses flowRoot elements, which did not exist until SVG 1.2. > > In order for this to work, you need to set the version attribute on > > your root svg element ( <svg version=3D"1.2" ... > ) otherwise Batik, > > our SVG library, won't load your SVG. > > I'm sorry, I should have pulled those flowRoot bits for the experiment. I > guess I was expecting them to just not render, like Firefox. I'll make sur= > e > my tests exclude that. >
Does this work for you with the current beta (3.0b5)? -- J.
