feImage-zoom-01a.svg 537 B

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