use-children.svg 450 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" version="1.1"
  6. xmlns:xlink="http://www.w3.org/1999/xlink">
  7. <title>Testing that 'use' doesn't render its kids.</title>
  8. <rect width="100%" height="100%" fill="lime" id="r1"/>
  9. <use id="u2" x="0%" width="100%">
  10. <rect width="100%" height="100%" fill="red" id="r2"/>
  11. </use>
  12. </svg>