text-layout-03-ref.svg 412 B

1234567891011121314
  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 to check that nodes without text don't affect whitespace handling</title>
  7. <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=617737 -->
  8. <g text-anchor="end" font-size="30">
  9. <text x="100" y="75">ABC </text>
  10. </g>
  11. </svg>