Bug 259795 - Path::applyElements() should not trigger creation of a platform path for simple segments
Summary: Path::applyElements() should not trigger creation of a platform path for simp...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-03 13:46 PDT by Said Abou-Hallawa
Modified: 2023-08-03 18:41 PDT (History)
4 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-08-03 13:46:59 PDT
We should allow Path::applyElements() to call PathStream::applyElements(), so we don't trigger CGPath creation for common SVG scenarios.
Comment 1 Radar WebKit Bug Importer 2023-08-03 13:48:21 PDT
<rdar://problem/113355740>
Comment 2 Said Abou-Hallawa 2023-08-03 14:06:11 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16360
Comment 3 EWS 2023-08-03 18:41:31 PDT
Committed 266564@main (c9b0bf147c95): <https://commits.webkit.org/266564@main>

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