Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/svg/coordinate-systems/viewBox-zero-disables-rendering-002.svg
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml" width="200" height="200" viewBox="0 0 100 0">
<title>A viewBox with 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 the viewBox height disables rendering of the element, so its content is not painted."/>
<rect width="100" height="100" fill="green"/>
</svg>