[Webkit-unassigned] [Bug 78980] New: SVG error parsing empty path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 18 16:53:06 PST 2012


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

           Summary: SVG error parsing empty path
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com
                CC: zimmermann at kde.org


We currently throw an error when parsing an empty path:
<svg xmlns="http://www.w3.org/2000/svg" height="100" width="100">
<path d=""/>
</svg>

Error: Problem parsing d=""


According to the spec (http://www.w3.org/TR/SVG/paths.html#PathData):
"Note that the BNF allows the path 'd' attribute to be empty. This is not an error, instead it disables rendering of the path."

-- 
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