[Webkit-unassigned] [Bug 241754] New: Simplify non-scaling-stroke handling in (Legacy)RenderSVGShape

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 18 21:38:17 PDT 2022


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

            Bug ID: 241754
           Summary: Simplify non-scaling-stroke handling in
                    (Legacy)RenderSVGShape
           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: heycam at apple.com
                CC: sabouhallawa at apple.com, zimmermann at kde.org

(Legacy)RenderSVGShape::nonScalingStrokePath has a static variable that stores the returned Path, presumably so that it can live long enough for the caller to make use of it. We can simplify this by returning Path object directly.

-- 
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/20220619/d5d9c8a4/attachment-0001.htm>


More information about the webkit-unassigned mailing list