[Webkit-unassigned] [Bug 43838] New: [Cairo] PathCairo should give back pointAtLength and length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 11 01:28:30 PDT 2010


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

           Summary: [Cairo] PathCairo should give back pointAtLength and
                    length
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org


PathCairo should give back pointAtLength and length itself. Cairographics provides a cairo_copy_path_flat function that makes a copy of the current path, that just uese moveTo and lineTo.
At the moment Cairo is using PathTraversalState. To implement the logic into Cairo directly can be a performance win. We would just need to calculate the distance between every sgementPoint and add it to the previous one.

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