mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
17 lines
460 B
XML
17 lines
460 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<style type="text/css">
|
|
polygon { fill: blue; }
|
|
</style>
|
|
|
|
<polygon points="10,10 70,50 110,10 160,30 210,10"/>
|
|
|
|
<polygon transform="translate(0, 70)"
|
|
points="10,10 70,50 110,10 160,30 210,10"/>
|
|
|
|
<polygon transform="translate(0, 140)"
|
|
points="10,10 70,50 110,10 160,30 210,10"/>
|
|
|
|
<polygon transform="translate(0, 210)"
|
|
points="10,10 70,10 110,10 160,70 210,10"/>
|
|
|
|
</svg>
|