<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<svg | |
xmlns:svg="http://www.w3.org/2000/svg" | |
xmlns="http://www.w3.org/2000/svg" | |
version="1.0" | |
width="500" | |
height="500"> | |
<rect | |
width="400" | |
height="400" | |
ry="50" | |
x="50" | |
y="50" | |
style="fill:#00ff00;fill-opacity:1;stroke:none" | |
id="rectWithNoRx" /> | |
<rect | |
width="200" | |
height="300" | |
rx="35" | |
ry="150" | |
x="150" | |
y="100" | |
style="fill:#0000ff;fill-opacity:1;stroke:none" | |
id="rectAsym" /> | |
</svg> |