17 lines
524 B
XML
17 lines
524 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
width="900"
|
|
height="900"
|
|
viewBox="0 0 900 900">
|
|
<!--
|
|
Mycopunk Design: Test Spore
|
|
Template: sticker-3x3
|
|
Canvas: 900x900 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">
|
|
Test Spore
|
|
</text>
|
|
</svg> |