Bug 165400
Summary: | Fix rx, ry property parsing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dean Jackson <dino> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, mmaxfield, rniwa, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dean Jackson
We need to support auto and disallow negative values.
https://svgwg.org/svg2-draft/geometry.html#RxProperty
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dean Jackson
<rdar://problem/29520016>
Ahmad Saleem
Based on below RX-Invalid test case from WPT, Safari Technical Preview 148 do support (negative values):
https://wpt.fyi/results/svg/geometry/parsing/rx-invalid.svg?label=experimental&label=master&aligned
Also auto value:
https://wpt.fyi/results/svg/geometry/parsing/rx-valid.svg?label=experimental&label=master&aligned
I think it was fixed with following commit:
https://github.com/WebKit/WebKit/commit/055ca1e4dfd83fb5edf4fe2f9dcd880dc7bf2e0d
Can this be marked as "RESOLVED CONFIGURATION CHANGED" or "DUPLICATE OF bug 204200"? Thanks!
Ryosuke Niwa
Yeah, looks fixed now.
*** This bug has been marked as a duplicate of bug 204200 ***