text-style-01-ref.svg 418 B

12345678910111213141516171819202122
  1. <!--
  2. Any copyright is dedicated to the Public Domain.
  3. http://creativecommons.org/publicdomain/zero/1.0/
  4. -->
  5. <svg xmlns="http://www.w3.org/2000/svg">
  6. <title>Reference for style changes</title>
  7. <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=395155 -->
  8. <style id="s" type="text/css">
  9. tspan { fill: green; }
  10. </style>
  11. <text>
  12. <tspan x="10" y="50">
  13. This should be green
  14. </tspan>
  15. </text>
  16. </svg>