mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 17:07:31 +09:00
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<style>
|
|
rect { stroke: blue; stroke-width: 5px; }
|
|
</style>
|
|
<rect x="20px" y="20px" width="15px" height="15px"
|
|
style="stroke-dasharray: 20px, 5px">
|
|
</rect>
|
|
<rect x="70px" y="20px" width="15px" height="15px"
|
|
style="stroke-dasharray: 20px, 5px">
|
|
</rect>
|
|
<rect x="120px" y="20px" width="15px" height="15px"
|
|
style="stroke-dasharray: 18.5px, 6.5px">
|
|
</rect>
|
|
<rect x="20px" y="70px" width="15px" height="15px"
|
|
style="stroke-dasharray: 16.25px, 8.75px">
|
|
</rect>
|
|
<rect x="70px" y="70px" width="15px" height="15px"
|
|
style="stroke-dasharray: 15.05px, 9.95px">
|
|
</rect>
|
|
<rect x="120px" y="70px" width="15px" height="15px"
|
|
style="stroke-dasharray: 12.5px, 12.5px">
|
|
</rect>
|
|
<rect x="20px" y="120px" width="15px" height="15px"
|
|
style="stroke-dasharray: 12px, 13px">
|
|
</rect>
|
|
<rect x="70px" y="120px" width="15px" height="15px"
|
|
style="stroke-dasharray: 10px, 15px">
|
|
</rect>
|
|
<rect x="120px" y="120px" width="15px" height="15px"
|
|
style="stroke-dasharray: 10px, 15px">
|
|
</rect>
|
|
</svg>
|