WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
241754
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
Add attachment
proposed patch, testcase, etc.
Cameron McCormack (:heycam)
Comment 1
2022-06-18 22:01:39 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/1619
Radar WebKit Bug Importer
Comment 2
2022-06-25 21:39:13 PDT
<
rdar://problem/95923637
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug