RESOLVED DUPLICATE of bug 26487 25968
SVG path command 'Q' gets parsed as 'C'
https://bugs.webkit.org/show_bug.cgi?id=25968
Summary SVG path command 'Q' gets parsed as 'C'
Juraj Sukop
Reported 2009-05-22 13:21:00 PDT
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.
Attachments
Testcase (777 bytes, application/xhtml+xml)
2009-05-22 13:21 PDT, Juraj Sukop
no flags
Juraj Sukop
Comment 1 2009-05-22 13:21:34 PDT
Created attachment 30591 [details] Testcase
Cameron McCormack (:heycam)
Comment 2 2009-09-08 01:18:03 PDT
*** This bug has been marked as a duplicate of bug 26487 ***
Note You need to log in before you can comment on or make changes to this bug.