42 lines
1.5 KiB
XML
42 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!-- Printful T-Shirt Front Print Template
|
||
Dimensions: 12" × 16" at 300 DPI = 3600 × 4800 px
|
||
Use this as a reference for print area positioning.
|
||
-->
|
||
<svg xmlns="http://www.w3.org/2000/svg"
|
||
width="3600"
|
||
height="4800"
|
||
viewBox="0 0 3600 4800">
|
||
|
||
<!-- Background (transparent in final export) -->
|
||
<rect width="100%" height="100%" fill="none"/>
|
||
|
||
<!-- Safe Zone Guide (keep important elements inside) -->
|
||
<rect x="100" y="100" width="3400" height="4600"
|
||
fill="none" stroke="#00ff00" stroke-width="2" stroke-dasharray="20,10"
|
||
opacity="0.5"/>
|
||
|
||
<!-- Center Guides -->
|
||
<line x1="1800" y1="0" x2="1800" y2="4800"
|
||
stroke="#0088ff" stroke-width="1" stroke-dasharray="10,10" opacity="0.3"/>
|
||
<line x1="0" y1="2400" x2="3600" y2="2400"
|
||
stroke="#0088ff" stroke-width="1" stroke-dasharray="10,10" opacity="0.3"/>
|
||
|
||
<!-- Template Info (delete before export) -->
|
||
<text x="1800" y="100" text-anchor="middle" fill="#999" font-family="sans-serif" font-size="48">
|
||
PRINTFUL T-SHIRT FRONT - 12" × 16" (3600×4800 px)
|
||
</text>
|
||
<text x="1800" y="4750" text-anchor="middle" fill="#999" font-family="sans-serif" font-size="36">
|
||
Delete this text layer before exporting
|
||
</text>
|
||
|
||
<!-- Your design goes here -->
|
||
<!-- Replace everything below with your actual design -->
|
||
<g id="design">
|
||
<text x="1800" y="2400" text-anchor="middle" fill="#ccc" font-family="sans-serif" font-size="72">
|
||
YOUR DESIGN HERE
|
||
</text>
|
||
</g>
|
||
|
||
</svg>
|