Panda
✨ นายปัณณธร กระแสร์วิก
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#eee; } </style> </head> <body> <svg viewBox="0 0 40 40"> <circle cx="8" cy="7" r="3"/> <circle cx="32" cy="7" r="3"/> <rect width="25" height="25" x="7.5" y="7" rx="2" ry="2" fill="white" stroke-width="0.5" stroke="black"/> <circle cx="9.5" cy="16" r="1" fill="hsl(360, 100%, 77%)"/> <ellipse cx="13" cy="13" rx="4" ry="3" transform="rotate(-20,13,13)"/> <circle cx="15" cy="12" r="0.5" fill="white"/> <circle cx="30.5" cy="16" r="1" fill="hsl(360, 100%, 77%)"/> <ellipse cx="27" cy="13" rx="4" ry="3" transform="rotate(20,27,13)"/> <circle cx="25" cy="12" r="0.5" fill="white"/> <rect width="25" height="5" x="7.5" y="19"/> <!-- <path d="M 18 15 C 18.5 16, 21.5 16, 22 15" stroke="black" stroke-width="0.15" fill="transparent"/> --> <ellipse cx="20" cy="15" rx="2" ry="1"/> <ellipse cx="20" cy="14.85" rx="2" ry="1" fill="white"/> <!-- <line x1="18" y1="15" x2="22" y2="15" stroke="red" stroke-width="0.3"/> --> <!-- <line x1="18" y1="15" x2="18.5" y2="16" stroke="red" stroke-width="0.4"/> --> <!-- <line x1="22" y1="15" x2="21.5" y2="16" stroke="red" stroke-width="0.4"/> --> <circle cx="18" cy="30.5" r="1.5"/> <circle cx="22" cy="30.5" r="1.5"/> <text x="26" y="2" fill="black" style="font-size:1;">ปัณณธร กระแสร์วิก 63070106</text> <!-- 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>