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.

view.svg 377B

1234567891011
  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 viewBox="0 0 10 10" width="20" height="20" xml:space="preserve">
  5. <g style="fill:red; stroke:#000000">
  6. <rect x="0" y="0" width="15" height="15"/>
  7. <rect x="5" y="5" width="15" height="15"/>
  8. </g>
  9. </svg>