60 lines
2.1 KiB
XML
60 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!-- Printful Sticker Template
|
||
Dimensions: 3" × 3" at 300 DPI = 900 × 900 px
|
||
Kiss-cut sticker with bleed area.
|
||
-->
|
||
<svg xmlns="http://www.w3.org/2000/svg"
|
||
width="900"
|
||
height="900"
|
||
viewBox="0 0 900 900">
|
||
|
||
<!-- Background (transparent in final export) -->
|
||
<rect width="100%" height="100%" fill="none"/>
|
||
|
||
<!-- Bleed Area (extend design to here) -->
|
||
<rect x="0" y="0" width="900" height="900"
|
||
fill="none" stroke="#ff0000" stroke-width="2" stroke-dasharray="10,5"
|
||
opacity="0.3"/>
|
||
|
||
<!-- Cut Line (actual sticker edge) -->
|
||
<rect x="19" y="19" width="862" height="862"
|
||
fill="none" stroke="#ff00ff" stroke-width="2"
|
||
opacity="0.5"/>
|
||
|
||
<!-- Safe Zone (keep important elements inside) -->
|
||
<rect x="38" y="38" width="824" height="824"
|
||
fill="none" stroke="#00ff00" stroke-width="2" stroke-dasharray="15,10"
|
||
opacity="0.5"/>
|
||
|
||
<!-- Center Guides -->
|
||
<line x1="450" y1="0" x2="450" y2="900"
|
||
stroke="#0088ff" stroke-width="1" stroke-dasharray="5,5" opacity="0.3"/>
|
||
<line x1="0" y1="450" x2="900" y2="450"
|
||
stroke="#0088ff" stroke-width="1" stroke-dasharray="5,5" opacity="0.3"/>
|
||
|
||
<!-- Template Info (delete before export) -->
|
||
<text x="450" y="50" text-anchor="middle" fill="#999" font-family="sans-serif" font-size="24">
|
||
3" × 3" STICKER (900×900 px)
|
||
</text>
|
||
|
||
<!-- Guide Legend -->
|
||
<g transform="translate(50, 800)" font-family="sans-serif" font-size="14">
|
||
<rect x="0" y="0" width="20" height="10" fill="none" stroke="#ff0000" stroke-width="2"/>
|
||
<text x="25" y="10" fill="#999">Bleed</text>
|
||
|
||
<rect x="100" y="0" width="20" height="10" fill="none" stroke="#ff00ff" stroke-width="2"/>
|
||
<text x="125" y="10" fill="#999">Cut</text>
|
||
|
||
<rect x="180" y="0" width="20" height="10" fill="none" stroke="#00ff00" stroke-width="2"/>
|
||
<text x="205" y="10" fill="#999">Safe</text>
|
||
</g>
|
||
|
||
<!-- Your design goes here -->
|
||
<g id="design">
|
||
<text x="450" y="450" text-anchor="middle" fill="#ccc" font-family="sans-serif" font-size="36">
|
||
DESIGN
|
||
</text>
|
||
</g>
|
||
|
||
</svg>
|