MONKEY
✨ TANGKABODEE SATHITKASEMSAN
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#470F6E; } </style> </head> <body> <svg viewBox="0 0 40 40"> <svg> <circle cx="29" cy="17" r="4" fill =#E39763></circle> <circle cx="11" cy="17" r="4" fill =#E39763></circle> <circle cx="29" cy="17" r="2" fill =#E8BC9E></circle> <circle cx="11" cy="17" r="2" fill =#E8BC9E></circle> <circle cx = 20 cy = 20 r = 9.5 fill = #D89425> </circle> //หน้า <ellipse cx="18" cy="20" rx="4.5" ry="6.5" fill =#FFDBA0></ellipse> //หน้าซ้าย <ellipse cx="22" cy="20" rx="4.5" ry="6.5" fill =#FFDBA0></ellipse> //หน้าขวา <circle cx = 16 cy = 20 r = 0.5 fill = black> <animate attributeName="r" values="1.5;0.5;1.5" dur="3s" repeatCount="indefinite" /> </circle> // ตาซ้าย <circle cx = 24 cy = 20 r = 0.5 fill = black> </circle> // ตาขวา <ellipse cx="20" cy="25.5" rx="7.5" ry="4" fill = #FFDBA0></ellipse> //หน้าล่าง <ellipse cx= 21 cy= 27 rx= 2 ry= 1 fill= black></ellipse> <ellipse cx= 21 cy= 26.5 rx= 1.5 ry= 0.5 fill= red></ellipse> <ellipse cx= 20 cy= 22 rx= 2 ry= 1 fill= #AD4802></ellipse>//จมูก <ellipse cx= 15 cy= 23 rx= 2 ry= 1 fill= pink></ellipse> <ellipse cx= 24.7 cy= 23 rx= 2 ry= 1 fill= pink></ellipse> </svg> <animate attributeName="rx" values="1.5;2.5;1.5" dur="3s" repeatCount="indefinite" /> <!-- 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>