[Webkit-unassigned] [Bug 83056] New: Serializing SVG removes namespace from attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 12:19:01 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=83056

           Summary: Serializing SVG removes namespace from attributes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://bl.ocks.org/2294676
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: enjalot at gmail.com


I've coded an example which uses DOM serialization to rasterize some SVG with Canvas:
http://bl.ocks.org/2294676

In Webkit (but not Firefox) I have to run a regular expression on my serialized SVG to add back the xlink: to my xlink:href attributes.

This may be caused by this bug: https://bugs.webkit.org/show_bug.cgi?id=22958

It may be related to an issue here: http://stackoverflow.com/questions/8979267/xmlserializer-strips-xlink-from-xlinkhtml-svg-image-tag
but I'm not sure it's the same thing since I am not dynamically generating these DOM elements

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list