[Webkit-unassigned] [Bug 45331] New: [Qt] Calling Path::closeSubpath() when the path only contains only one line or curve element does not result in the path being closed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 7 15:49:55 PDT 2010


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

           Summary: [Qt] Calling Path::closeSubpath() when the path only
                    contains only one line or curve element does not
                    result in the path being closed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jhanssen at gmail.com


Creating an SVG path such as 'M10,10 L100,100 Z' in QtWebKit does not result in the path being closed. The path will be identical to 'M10,10 L100,100' which is not correct.

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