12 lines
527 B
XML
12 lines
527 B
XML
<svg width="120" height="180" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="akira-grad" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#8b0000;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#2d0000;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="120" height="180" fill="url(#akira-grad)"/>
|
|
<text x="60" y="100" font-family="Arial, sans-serif" font-size="28" font-weight="bold" fill="#fff" text-anchor="middle">
|
|
AKIRA
|
|
</text>
|
|
</svg>
|