6 lines
248 B
XML
6 lines
248 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
|
|
<!-- Test that the rx/ry properties, as they both default to "auto", will resolve to 0 -->
|
|
<ellipse cx="50%" cy="50%" fill="lime"/>
|
|
</svg>
|