17 lines
556 B
XML
17 lines
556 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
width="1200"
|
|
height="1200"
|
|
viewBox="0 0 1200 1200">
|
|
<!--
|
|
Mycopunk Design: Build Tools Not Empires
|
|
Template: sticker-4x4
|
|
Canvas: 1200x1200 px @ 300 DPI
|
|
|
|
Replace this content with your design.
|
|
-->
|
|
<rect width="100%" height="100%" fill="none" stroke="#ccc" stroke-width="2" stroke-dasharray="10,10"/>
|
|
<text x="50%" y="50%" text-anchor="middle" fill="#999" font-family="sans-serif" font-size="48">
|
|
Build Tools Not Empires
|
|
</text>
|
|
</svg> |