mycopunk-swag/templates/prodigi/art-print-8x10.svg

80 lines
3.0 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 Art Print Template
Dimensions: 8" × 10" at 300 DPI = 2400 × 3000 px
Available finishes:
- Matte
- Lustre
- Fine Art (textured)
-->
<svg xmlns="http://www.w3.org/2000/svg"
width="2400"
height="3000"
viewBox="0 0 2400 3000">
<!-- Background (white for prints, or your design's background) -->
<rect width="100%" height="100%" fill="#ffffff"/>
<!-- Bleed Area (1/8" = 38px at 300 DPI) -->
<rect x="0" y="0" width="2400" height="3000"
fill="none" stroke="#ff0000" stroke-width="2" stroke-dasharray="20,10"
opacity="0.3"/>
<!-- Trim Line (final print edge) -->
<rect x="38" y="38" width="2324" height="2924"
fill="none" stroke="#ff00ff" stroke-width="2"
opacity="0.5"/>
<!-- Safe Zone (1/4" from trim = 75px) -->
<rect x="113" y="113" width="2174" height="2774"
fill="none" stroke="#00ff00" stroke-width="2" stroke-dasharray="25,12"
opacity="0.5"/>
<!-- Center Guides -->
<line x1="1200" y1="0" x2="1200" y2="3000"
stroke="#0088ff" stroke-width="1" stroke-dasharray="10,10" opacity="0.2"/>
<line x1="0" y1="1500" x2="2400" y2="1500"
stroke="#0088ff" stroke-width="1" stroke-dasharray="10,10" opacity="0.2"/>
<!-- Rule of Thirds Grid -->
<line x1="800" y1="0" x2="800" y2="3000"
stroke="#ffaa00" stroke-width="1" stroke-dasharray="5,15" opacity="0.2"/>
<line x1="1600" y1="0" x2="1600" y2="3000"
stroke="#ffaa00" stroke-width="1" stroke-dasharray="5,15" opacity="0.2"/>
<line x1="0" y1="1000" x2="2400" y2="1000"
stroke="#ffaa00" stroke-width="1" stroke-dasharray="5,15" opacity="0.2"/>
<line x1="0" y1="2000" x2="2400" y2="2000"
stroke="#ffaa00" stroke-width="1" stroke-dasharray="5,15" opacity="0.2"/>
<!-- Template Header -->
<text x="1200" y="60" text-anchor="middle" fill="#999" font-family="sans-serif" font-size="36">
PRODIGI ART PRINT - 8" × 10" (2400×3000 px)
</text>
<!-- Guide Legend -->
<g transform="translate(100, 2920)" font-family="sans-serif" font-size="18">
<line x1="0" y1="0" x2="40" y2="0" stroke="#ff0000" stroke-width="2" stroke-dasharray="8,4"/>
<text x="50" y="6" fill="#999">Bleed</text>
<line x1="200" y1="0" x2="240" y2="0" stroke="#ff00ff" stroke-width="2"/>
<text x="250" y="6" fill="#999">Trim</text>
<line x1="400" y1="0" x2="440" y2="0" stroke="#00ff00" stroke-width="2" stroke-dasharray="10,5"/>
<text x="450" y="6" fill="#999">Safe zone</text>
<line x1="650" y1="0" x2="690" y2="0" stroke="#ffaa00" stroke-width="1" stroke-dasharray="5,5"/>
<text x="700" y="6" fill="#999">Rule of thirds</text>
</g>
<!-- Design Area -->
<g id="design">
<text x="1200" y="1480" text-anchor="middle" fill="#ddd" font-family="sans-serif" font-size="64">
YOUR ARTWORK
</text>
<text x="1200" y="1560" text-anchor="middle" fill="#ccc" font-family="sans-serif" font-size="32">
Replace this layer with your design
</text>
</g>
</svg>