11 lines
682 B
XML
11 lines
682 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="800" height="600">
|
|
|
|
<polygon points="200,250 225,200 250,250" style="fill:#ffff00;stroke:#000000;stroke-width:1" />
|
|
<rect width="40" height="60" x="10" y="10" stroke="#ff0000" stroke-width="1" fill="none" />
|
|
<rect width="40" height="60" x="70" y="10" stroke="#000000" stroke-width="1" fill="none" />
|
|
<rect width="40" height="60" x="100" y="200" stroke="#ff00ff" stroke-width="1" fill="none" />
|
|
<rect width="40" height="60" x="150" y="200" stroke="#ff00ff" stroke-width="1" fill="none" />
|
|
<circle cx="230" cy="280" r="30" stroke="#000000" stroke-width="1" fill="none" />
|
|
</svg>
|