Bug 234231
| Summary: | RenderSVGContainer calculates transform before boundaries | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Martin Robinson <mrobinson> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ahmad.saleem792, sabouhallawa, simon.fraser, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://wpt.live/css/css-transforms/transform-box/fill-box-002.html | ||
Martin Robinson
RenderSVGContainer is calculating the local transformation before boundaries, but depending on the value of `transform-box` the transformation might rely on the boundaries. I do not think that the local transformation should be used at all when calculating boundaries, so the order can be changed here.
This is why imported/w3c/web-platform-tests/css/css-transforms/transform-box/fill-box-002.html is failing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/86716288>
Ahmad Saleem
STP170 is passing this now:
https://wpt.fyi/results/css/css-transforms/transform-box/fill-box-002.html?label=experimental&label=master&aligned=
We can close this as "RESOLVED CONFIGURATION CHANGED".