__issue-244-01.svg 428 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
<svg xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">
  <svg id="svg1" x="30" viewBox="0 0 100 100">
    <rect id="rect1" x="10" y="10" height="100" width="100"
        style="stroke:#ff0000; fill: #0000ff"/>
  </svg>
  <svg id="svg1" x="200" y="20" viewBox="0 0 100 100">
    <rect id="rect2" x="10" y="10" height="100" width="100"
        style="stroke:#009900; fill: #00cc00"/>
  </svg>
</svg>