Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/text/dynamic-font-size-3-ref.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<style>
g { font: 32px sans-serif; }
</style>
<defs>
<g>
<mask id="m" x="0" y="0" width="600" height="400">
<text x="100" y="100" fill="white"><tspan>abc</tspan><tspan>def</tspan></text>
</mask>
</g>
</defs>
<rect width="600" height="400" fill="blue" mask="url(#m)"/>
</svg>