13 lines
735 B
XML
13 lines
735 B
XML
|
|
<svg width="360" height="480" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#667eea"/>
|
||
|
|
<stop offset="100%" style="stop-color:#764ba2"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="360" height="480" fill="url(#grad1)" rx="8"/>
|
||
|
|
<circle cx="180" cy="160" r="60" fill="rgba(255,255,255,0.3)"/>
|
||
|
|
<rect x="120" y="240" width="120" height="20" fill="rgba(255,255,255,0.3)" rx="4"/>
|
||
|
|
<rect x="140" y="270" width="80" height="16" fill="rgba(255,255,255,0.3)" rx="4"/>
|
||
|
|
<text x="180" y="400" font-family="Arial" font-size="16" fill="white" text-anchor="middle">รูปถ่ายตัวอย่าง 2</text>
|
||
|
|
</svg>
|