1212954-1.svg 464 B

1234567891011121314151617
  1. <svg xmlns="http://www.w3.org/2000/svg"
  2. xmlns:xlink="http://www.w3.org/1999/xlink">
  3. <defs>
  4. <filter id="f">
  5. <!-- the image data is
  6. <svg xmlns="http://www.w3.org/2000/svg" width="-5" height="1%" />
  7. -->
  8. <feImage xlink:href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSItNSIgaGVpZ2h0
  9. PSIxJSIgLz4K" />
  10. </filter>
  11. </defs>
  12. <rect width="1" height="1" filter="url(#f)" />
  13. </svg>