Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/geometry/reftests/rect-005.svg - WPT Dashboard Interop Dashboard
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml" width="200" height="200">
<title>A rect with negative width is not rendered</title>
<h:link rel="match" href="not-rendered-200-ref.svg"/>
<h:meta name="assert" content="A negative width is invalid; on a rect it is treated as auto and resolves to 0, so the rect is not rendered."/>
<rect x="20" y="20" width="-100" height="100" fill="blue"/>
</svg>