[Webkit-unassigned] [Bug 201905] New: shape-outside should support path() syntax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 17 22:24:42 PDT 2019


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

            Bug ID: 201905
           Summary: shape-outside should support path() syntax
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: krit at webkit.org

shape-outside will support the path() syntax after a recent resolution of the CSS WG (link follows). Should be added to shape-outside similar as it was added to clip-path. We can use the logic from getTotalLengthOfSVGPathByteStream in SVGPathUtilities (with a different mode for PathTraversal for instance) to transform a path into a polygon. With this polygon, we can use the existing layout code w/o any modifications.

-- 
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/20190918/77f23f96/attachment.html>


More information about the webkit-unassigned mailing list