selector-01.svg 486 B

1234567891011121314151617181920
  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" version="1.1">
  6. <title>Testcase for invalid text</title>
  7. <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=477996 -->
  8. <defs>
  9. <style type="text/css">
  10. [transform="scale(2)"] { fill: lime }
  11. </style>
  12. </defs>
  13. <g fill="red">
  14. <rect transform="scale(2)" width="100%" height="100%" />
  15. </g>
  16. </svg>