Files
mypage/public/grid.svg
2025-11-10 12:47:29 +02:00

9 lines
336 B
XML

<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(148, 163, 184, 0.1)" stroke-width="1"/>
</pattern>
</defs>
<rect width="100" height="100" fill="url(#grid)"/>
</svg>