feImage-zoom-01-ref.svg 443 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" xmlns:xlink="http://www.w3.org/1999/xlink">
  6. <title>test image-rendering: -moz-crisp-edges</title>
  7. <defs>
  8. <filter id="i" x="0%" y="0%" width="100%" height="100%">
  9. <feImage xlink:href="big.png"/>
  10. </filter>
  11. </defs>
  12. <rect x="0" y="0" width="10" height="10" filter="url(#i)"/>
  13. </svg>