mirror of
https://github.com/bpmbpm/doc.git
synced 2026-04-29 12:00:42 +00:00
6 lines
No EOL
238 B
XML
6 lines
No EOL
238 B
XML
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<rect id="blue-rectangle" width="50" height="30" fill="blue" />
|
|
<circle id="blue-circle" cx="75" cy="75" r="20" fill="blue" />
|
|
</defs>
|
|
</svg> |