text-scale-01-ref.svg 448 B

123456789101112131415
  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>Reference for text scaling</title>
  7. <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=392233 -->
  8. <text x="0" y="128" font-size="128">Hello</text>
  9. <text x="0" y="256" font-size="128">Hello</text>
  10. <text x="0" y="384" font-size="128">Hello</text>
  11. </svg>