[Webkit-unassigned] [Bug 179339] New: [CG] Adopt CGContextDrawPathDirect()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 6 12:47:03 PST 2017


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

            Bug ID: 179339
           Summary: [CG] Adopt CGContextDrawPathDirect()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

This API is only available starting from macOS 10.12: Sierra. We should only use it if we want to draw a CGPath to the context. Instead of calling CGContextBeginPath() followed by CGContextAddPath() then followed by a drawing path function, we call CGContextDrawPathDirect() and pass the CGPath and the CGPathDrawingMode.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171106/a7d51b0e/attachment.html>


More information about the webkit-unassigned mailing list