Bug 281645
| Summary: | Pass the current point to SVGPathSource segment parsing functions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | SVG | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | sabouhallawa, simon.fraser, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
The CSS `shape()` function is getting start/end-relative control points[1] and so its SVGPathSource implementation will need to know the current path point. So pass the current point to all SVGPathSource functions that create non-trivial segments.
[1] https://github.com/w3c/csswg-drafts/issues/10649#issuecomment-2412816773
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/138088365>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/35342
EWS
Committed 285347@main (75438506e981): <https://commits.webkit.org/285347@main>
Reviewed commits have been landed. Closing PR #35342 and removing active labels.