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-style-01-ref.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Reference for style changes</title>
<style id="s" type="text/css">
tspan { fill: green; }
</style>
<text>
<tspan x="10" y="50">
This should be green
</tspan>
</text>
</svg>