Bug 258333 - Make RenderSVGPath check if its path is created before calling RenderSVGShape::strokeShape()
Summary: Make RenderSVGPath check if its path is created before calling RenderSVGShape...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-20 18:18 PDT by Said Abou-Hallawa
Modified: 2023-06-21 14:05 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2023-06-20 18:18:47 PDT
(Legacy)RenderSVGPath::strokeShape() is the only place which does not check the fallback Path is created before calling (Legacy)RenderSVGShape::strokeShape().
Comment 1 Said Abou-Hallawa 2023-06-20 18:19:08 PDT
rdar://110382674
Comment 2 Said Abou-Hallawa 2023-06-20 18:37:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15125
Comment 3 EWS 2023-06-21 14:05:23 PDT
Committed 265374@main (76697a3fe448): <https://commits.webkit.org/265374@main>

Reviewed commits have been landed. Closing PR #15125 and removing active labels.