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 > > > > 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" > > There are several problems which are contributing to this: > > 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="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 sure my tests exclude that. -- ---------------------------------------------------------------------------- "The question of whether a computer can think is no more interesting than the question of whether a submarine can swim." – Edsger W. Dijkstra ---------------------------------------------------------------------------- [Non-text portions of this message have been removed]
