NEW241754
Simplify non-scaling-stroke handling in (Legacy)RenderSVGShape
https://bugs.webkit.org/show_bug.cgi?id=241754
Summary Simplify non-scaling-stroke handling in (Legacy)RenderSVGShape
Cameron McCormack (:heycam)
Reported 2022-06-18 21:38:17 PDT
(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.
Attachments
Cameron McCormack (:heycam)
Comment 1 2022-06-18 22:01:39 PDT
Radar WebKit Bug Importer
Comment 2 2022-06-25 21:39:13 PDT
Note You need to log in before you can comment on or make changes to this bug.