Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/svg/geometry/reftests/rect-007-ref.svg
<svg xmlns="http://www.w3.org/2000/svg" width="360" height="120">
<title>Reference: mirrored radii render as rounded rects; both-negative renders square</title>
<rect x="10" y="10" width="100" height="100" rx="40" ry="40" fill="green"/>
<rect x="130" y="10" width="100" height="100" rx="40" ry="40" fill="green"/>
<rect x="250" y="10" width="100" height="100" fill="green"/>
</svg>