Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.0
-
None
-
fb27eba721b41cb1b8557ffff663f9747a3922db
Description
The following SVG has wrong rendering
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> <rect width="100" height="100" rx="0" ry="25" /> </svg>
rx="0" is handled like if it does not exist.