[Webkit-unassigned] [Bug 25968] New: SVG path command 'Q' gets parsed as 'C'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 22 13:21:00 PDT 2009


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

           Summary: SVG path command 'Q' gets parsed as 'C'
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: juraj.sukop at gmail.com


A quadratic Bezier path segment of an SVG path gets replaced by a cubic
segment.

Say, the 2nd segment of
<path d="M100,100Q900,500 100,900L100,100z" />
appears to be of cubic type (C), instead of quadratic one (Q).

Please, see the attached test case.


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



More information about the webkit-unassigned mailing list