The SVG above shows up as expected when I load the whole shebang into the JSVGCanvas-Component, whereas the ImageTranscoder throws an exception with the same file.
Null Document reference: Invalid CSS document
An I/O error occured while processing the URI 'lib.svg#btnSymbol_1' specified on the element <use>
Any ideas?
I assume you are passing the 'source' SVG as a stream to the ImageTranscoder?
If so Batik has no way to know what the 'base' URL of the document is. You can tell Batik what this is by using the 'xml:base' attribute to provide a base
URL for relative value resolution.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
