Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Test text with zero font-size</title>
<rect width="100%" height="100%" fill="lime"/>
<text x="10" y="50" font-size="0">Some
<tspan dy="30">text</tspan>
that should not show.
</text>
</svg>