You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

multi.svg 521B

1234567891011121314
  1. <?xml version="1.0" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
  3. "http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
  4. <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="40" xml:space="preserve">
  5. <g style="fill:none;stroke:yellow">
  6. <rect x="0" y="0" width="25" height="25"/>
  7. <image xlink:href="file:boxes.svg" x="10" y="10" width="20" height="20"/>
  8. </g>
  9. <g>
  10. <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="12" y="25"/>
  11. </g>
  12. </svg>