Milti final1
✨ นางสาวลักษมี ลั่นซ้าย
<html> <head> <title>Let's Start </title> <style> body{ background:#ffffff; margin:1em; font-family:sans-serif; } svg{ background:linear-gradient(to top left, #222641, transparent, transparent), linear-gradient(to top right, #72748a, transparent, transparent), linear-gradient(to bottom right, #535c66, transparent, transparent), linear-gradient(to bottom left, #8b958d, transparent, transparent); } </style> </head> <body> <svg viewBox="0 0 180 180"> <style> </style> <!---polygon---> <path d="M10,90 L13,85 L20,80 L25,76 L30,73 L40, 64 L47,61, L48,55 L60,47 L62,57, L58,60 L70,68 L78,82, L50,130 L45,120 L52,110 L46,114 L44,107 A34,40 0 0 1 15, 95 A30,50 0 0 1 10, 90" style="stroke: #ff0000; stroke-width: 0.5; fill: none; "/> <!---polygon---> <path fill="#2f1f05" d="M167,78 l3,12 l-2,5"/> <!-- <polygon fill="#2f1f05" points="167,81 170,93 168,98"/> --> <polygon fill="#996134" points="167,78 166,95 168,98"/> <polygon fill="#61390a" points="165,73 167,80 166,96"/> <polygon fill="#03030b" points="160,68 165,73 166,95 160,76"/> <polygon fill="#706352" points="160,64 160,68 165,73"/> <polygon fill="#2f1a0c" points="160,76 165,90 159,78"/> <polygon fill="#4d3705" points="158,77 160,76 159,78"/> <polygon fill="#795628" points="158,78 159,77 166,95"/> <polygon fill="#695728" points="164,87 159,77 166,95"/> <polygon fill="#784a18" points="160,81 161,89 165.4,94"/> <polygon fill="#9b7b4d" points="158,78 158,82 160.4,83"/> <polygon fill="#5a4b0b" points="158,70 160,69 160,73"/> <polygon fill="#2f1f05" points="161,89 163,91 165,100"/> <polygon fill="#ba8945" points="159,89 161,89 167,107 160,93"/> <polygon fill="#7d5a34" points="159,93 160,91 166,105 162,101"/> <polygon fill="#2a1607" points="159,92 163,102 161,109"/> <polygon fill="#000000" points="159,92 154,102 161,109"/> <polygon fill="#ba8945" points="152,76 155,76 151,95 151,78"/> <polygon fill="#4c310b" points="151,84 152,90 159,125 148,91"/> <polygon fill="#7b552f" points="154,102 160,114 160,120"/> <polygon fill="#181b13" points="154,102 158,106 160,115"/> <polygon fill="#7a603f" points="154,82 158,86 160,95"/> <!-- Grid --> <defs> <pattern id="grid" viewBox="0,0,10,10" width="1%" height="1%"> <rect fill="#0001" width="1" height="10" x="1" y="0"/> <rect fill="#0001" width="1" height="10" x="3" y="0"/> <rect fill="#0001" width="1" height="10" x="5" y="0"/> <rect fill="#0001" width="1" height="10" x="7" y="0"/> <rect fill="#0001" width="1" height="10" x="9" y="0"/> <rect fill="#0001" width="10" height="1" x="0" y="1"/> <rect fill="#0001" width="10" height="1" x="0" y="3"/> <rect fill="#0001" width="10" height="1" x="0" y="5"/> <rect fill="#0001" width="10" height="1" x="0" y="7"/> <rect fill="#0001" width="10" height="1" x="0" y="9"/> <path d="M0 0 h10 L9 1 h-8 v8 L0 10 z" fill="#ff05"/> <path d="M10 10 h-10 L1 9 h8 v-8 L10 0 z" fill="#0f05"/> <rect fill="#0002" width="10" height=".1" x="0" y="9.9"/> <rect fill="#0002" width="10" height=".1" x="0" y="0"/> <rect fill="#0002" height="10" width=".1" y="0" x="9.9"/> <rect fill="#0002" height="10" width=".1" y="0" x="0"/> </pattern> </defs> </svg> </body> </html>