xbl-basic-03.svg 545 B

1234567891011121314151617181920
  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:svg="http://www.w3.org/2000/svg"
  7. xmlns:ex="http://example.org/">
  8. <bindings xmlns="http://www.mozilla.org/xbl">
  9. <binding id="b" extends="svg:generic">
  10. <content>
  11. <svg:rect width="100%" height="100%" fill="lime"/>
  12. </content>
  13. </binding>
  14. </bindings>
  15. <rect width="100%" height="100%" fill="red"/>
  16. <g style="-moz-binding: url(#b)"/>
  17. </svg>