Source code
Revision control
Copy as Markdown
Other Tools
<!--
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>