Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/coordinate-systems/viewBox-zero-disables-rendering-001.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" viewBox="0 0 0 100">
<title>A viewBox with zero width disables rendering of the element</title>
<h:link rel="match" href="viewBox-zero-disables-rendering-ref.svg"/>
<h:meta name="assert" content="A value of zero for the viewBox width disables rendering of the element, so its content is not painted."/>
<rect width="100" height="100" fill="green"/>
</svg>