NongMuu?
✨ SARAWUT UNARAT
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#FDE9EB; } </style> </head> <body> <svg viewBox="0 0 40 40"> <polygon points="11,12 12.5,4 21,10" fill="#FECBC4"></polygon>หูนอกซ้าย <polygon points="12,12 13,5 20,10" fill="#DF7773"></polygon>หูในซ้าย <polygon points="28.9,12 27.5,4 21,10" fill="#FECBC4"></polygon>หูนอกขวา <polygon points="28,12 27,5 22,10" fill="#DF7773"></polygon>หูในขวา <ellipse cx="27" cy="30" rx="2.5" ry="2.5" fill="#F5AD9B"></ellipse> <ellipse cx="13" cy="30" rx="2.5" ry="2.5" fill="#F5AD9B"></ellipse> <ellipse cx="20" cy="20" rx="13" ry="12" fill="#F8D1C5"></ellipse> <ellipse cx="20" cy="27" rx="6" ry="5" fill="#f4a89e"></ellipse>จมูกนอก <ellipse cx="20" cy="27.5" rx="6" ry="4.5" fill="#fad5cf"></ellipse>จมูกใน <ellipse cx="16" cy="15" rx="3" ry="2" fill="#a"></ellipse> <ellipse cx="16" cy="15.5" rx="3" ry="2" fill="#f8d0c2"></ellipse> <ellipse cx="24" cy="15" rx="3" ry="2" fill="#a"></ellipse> <ellipse cx="24" cy="15.5" rx="3" ry="2" fill="#f8d0c2"></ellipse> <circle cx="16" cy="18" r="2" fill="#a"></circle>ตา <circle cx="24" cy="18" r="2" fill="#a"></circle>ตา <ellipse cx="22" cy="27.5" rx="1" ry="1.5" fill="#F698A3"> <animate attributeName="ry" values="1;1;2;1;1" dur="5s" repeatCount="indefinite" /> </ellipse>รูจมูก <ellipse cx="18" cy="27.5" rx="1" ry="1.5" fill="#F698A3"> <animate attributeName="ry" values="1;1;2;1;1" dur="5s" repeatCount="indefinite" /> </ellipse>รูจมูก <ellipse cx="12" cy="22" rx="2" ry="1" fill="#FCE2E5"> <animate attributeName="rx" values="1.5;3;1.5" dur="5s" repeatCount="indefinite" /> </ellipse>เเก้ม <ellipse cx="28" cy="22" rx="2" ry="1" fill="#FCE2E5"> <animate attributeName="rx" values="1.5;3;1.5" dur="5s" repeatCount="indefinite" /> </ellipse>เเก้ม <!-- 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> <!--<rect fill="url(#grid)" width="1000" height="1000" x="0" y="0"/> --> </svg> </body> </html>