mycopunk-swag/templates/prodigi/vinyl-sticker-kiss-cut.svg

69 lines
2.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Prodigi Vinyl Kiss-Cut Sticker Template
Multiple sizes supported - adjust dimensions as needed.
Common sizes:
- 3" × 3" = 900 × 900 px
- 4" × 4" = 1200 × 1200 px
- 6" × 6" = 1800 × 1800 px
This template is for 4" × 4" (1200 × 1200 px)
-->
<svg xmlns="http://www.w3.org/2000/svg"
width="1200"
height="1200"
viewBox="0 0 1200 1200">
<!-- Background (transparent in final export) -->
<rect width="100%" height="100%" fill="none"/>
<!-- Bleed Area (1/16" = ~19px at 300 DPI) -->
<rect x="0" y="0" width="1200" height="1200"
fill="none" stroke="#ff0000" stroke-width="2" stroke-dasharray="15,8"
opacity="0.3"/>
<!-- Cut Line -->
<rect x="19" y="19" width="1162" height="1162"
fill="none" stroke="#ff00ff" stroke-width="2"
opacity="0.5"/>
<!-- Safe Zone (1/8" from cut = ~38px) -->
<rect x="57" y="57" width="1086" height="1086"
fill="none" stroke="#00ff00" stroke-width="2" stroke-dasharray="20,10"
opacity="0.5"/>
<!-- Center Cross -->
<line x1="600" y1="0" x2="600" y2="1200"
stroke="#0088ff" stroke-width="1" stroke-dasharray="8,8" opacity="0.3"/>
<line x1="0" y1="600" x2="1200" y2="600"
stroke="#0088ff" stroke-width="1" stroke-dasharray="8,8" opacity="0.3"/>
<!-- Template Header -->
<text x="600" y="40" text-anchor="middle" fill="#999" font-family="sans-serif" font-size="28">
PRODIGI VINYL STICKER - 4" × 4" (1200×1200 px)
</text>
<!-- Guide Legend -->
<g transform="translate(50, 1150)" font-family="sans-serif" font-size="16">
<line x1="0" y1="0" x2="30" y2="0" stroke="#ff0000" stroke-width="2" stroke-dasharray="5,3"/>
<text x="35" y="5" fill="#999">Bleed (extend design here)</text>
<line x1="300" y1="0" x2="330" y2="0" stroke="#ff00ff" stroke-width="2"/>
<text x="335" y="5" fill="#999">Cut line</text>
<line x1="550" y1="0" x2="580" y2="0" stroke="#00ff00" stroke-width="2" stroke-dasharray="8,5"/>
<text x="585" y="5" fill="#999">Safe zone (keep text here)</text>
</g>
<!-- Design Area -->
<g id="design">
<text x="600" y="600" text-anchor="middle" fill="#ccc" font-family="sans-serif" font-size="48">
YOUR DESIGN
</text>
<text x="600" y="660" text-anchor="middle" fill="#999" font-family="sans-serif" font-size="24">
Replace this layer
</text>
</g>
</svg>