Bug 240772
Summary: | SVG 2 proporties don’t work with number values | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gunnar Bittersmann <gunnar> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer, zimmermann |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 15 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Gunnar Bittersmann
See codepen https://codepen.io/gunnarbittersmann/pen/QWQMKYw
When no radius given in SVG, but with CSS like `circle { r: 1 }`, the circle is not rendered.
It should work with a number value as ist does with a length value like `circle { r: 1px }`.
This might be the same with other properties which are new with SVG 2 (attributes only before).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/94088266>