[Webkit-unassigned] [Bug 204213] New: Fix getTotalLength() and getPointAtLength() for optimized rect and ellipse renderers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 14 17:02:41 PST 2019


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

            Bug ID: 204213
           Summary: Fix getTotalLength() and getPointAtLength() for
                    optimized rect and ellipse renderers
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: zimmermann at kde.org

Since these functions were added in r231955, they do not handle the case of optimized rect and ellipse renderers. For these renderers, we do not create a path to draw the simple rect or ellipse. Instead we call the rect or ellipse functions directly from the GraphicsContext.

But for getTotalLength() and getPointAtLength(), we need to create a temporary Path from the SVGElement then use it to answer the questions of these functions and finally delete it.

-- 
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/20191115/f7916dc9/attachment.htm>


More information about the webkit-unassigned mailing list