Bug 165400

Summary: Fix rx, ry property parsing
Product: WebKit Reporter: Dean Jackson <dino>
Component: CSSAssignee: 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   

Description Dean Jackson 2016-12-05 12:29:46 PST
We need to support auto and disallow negative values.
https://svgwg.org/svg2-draft/geometry.html#RxProperty
Comment 1 Dean Jackson 2016-12-05 14:52:41 PST
<rdar://problem/29520016>
Comment 2 Ahmad Saleem 2022-07-14 10:00:26 PDT
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!
Comment 3 Ryosuke Niwa 2022-07-14 11:48:39 PDT
Yeah, looks fixed now.

*** This bug has been marked as a duplicate of bug 204200 ***