thomas.deweese wrote:
> 
> 
>    My guess would be as a result of serializing an SVG that
> had it's xml:space attribute set like this:
> 
>         e.setAttributeNS(XML_NS, "space", "preserve");
> 
>    The serializer is probably creating the namespace
> prefix 'a0' since you didn't provide one.  If I'm right you
> should set the xml:space attribute with:
> 
>         e.setAttributeNS(XML_NS, "xml:space", "preserve");
> 
>    This is of course a wild guess but I can't think where
> Batik would add 'a0'.  BTW the Batik Serializer won't do
> this (but it will also break the content ;).
> 

hello thomas and thanks for your quick reply!

actually i dont set this attribute myself. it is already there in the svg,
which was created with adobe illustrator.

i have provided a testcase in this thread as a reply to Helder.

thanks!
-- 
View this message in context: 
http://www.nabble.com/a0%3Aspace%3D%22preserve%22-tp18750776p18751461.html
Sent from the Batik - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to