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-003.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 0">
<title>A viewBox with zero width and zero height 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 both the viewBox width and height disables rendering of the element, so its content is not painted."/>
<rect width="100" height="100" fill="green"/>
</svg>