James Shaw wrote:
Batik CVS 19/03/2005

I have noticed that the SVG pretty printer handles a document like this one incorrectly:

<svg:svg svg:xmlns="http://www.w3.org/2000/svg";>
...

The pretty printer converts this to:

Not for me I get the same thing as I get in. It looks to me like the document has been turned into a DOM and then serialized at some point (the PP never adds attrs).


<svg:svg contentScriptType="text/ecmascript" width="16.0cm"
xmlns:xlink="http://www.w3.org/1999/xlink"; zoomAndPan="magnify"
contentStyleType="text/css" height="24.7cm"
preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg";
version="1.0">


You can see that it's incorrectly assumed a null namespace.

If this is a bug (as I think it is), I'd be happy to submit a bug report on bugzilla.

Cheers
James Shaw

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



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



Reply via email to