Group C Team Getty (Copy 7746)
✨ นายดรณ์ นุตเวช
<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 30"> <circle cx="28" cy="4" fill="#" r="3" stroke="#000000" stroke-width="0.1"></circle> <circle cx="12" cy="4" fill="#" r="3" stroke="#000000" stroke-width="0.1"></circle> <circle cx="12" cy="4" fill="#FFC0CB" r="2" stroke="#F0F0F0" stroke-width="0.1"></circle> <circle cx="28" cy="4" fill="#FFC0CB" r="2" stroke="#F0F0F0" stroke-width="0.1"></circle> <circle cx="20" cy="11" fill="#909090" r="10" stroke="#808080 " stroke-width="0.1"></circle> <!-- <circle cx="25" cy="8" fill="#" r="2" stroke="#000000" stroke-width="0.1"></circle> --> <!-- <circle cx="15" cy="8" fill="#" r="2" stroke="#000000" stroke-width="0.1"></circle> --> <ellipse cx="15" cy="9" rx="2" ry="3" fill="#000000" /> <ellipse cx="25" cy="9" rx="2" ry="3" fill="#000000" /> <ellipse cx="20" cy="14" rx="2" ry="1" fill="#FFC0CB" /> <circle cx="15" cy="7" fill="white" r="0.75" stroke-width=""></circle> <circle cx="25" cy="7" fill="white" r="0.75" stroke-width=""></circle> <line x1="16" y1="13" x2="6" y2="7" stroke="#000000" stroke-width="0.1" /> <line x1="16" y1="14" x2="6" y2="14" stroke="#000000" stroke-width="0.1" /> <line x1="16" y1="15" x2="6" y2="19" stroke="#000000" stroke-width="0.1" /> <line x1="24" y1="13" x2="36" y2="7" stroke="#000000" stroke-width="0.1" /> <line x1="24" y1="14" x2="36" y2="14" stroke="#000000" stroke-width="0.1" /> <line x1="24" y1="15" x2="36" y2="19" stroke="#000000" stroke-width="0.1" /> <ellipse cx="20" cy="17.5" rx="3" ry="1" fill="#E0E0E0" /> <rect x="19" y="16.58" width="1" height="1" fill="#FFFFFF" stroke="#E8E8E8" stroke-width="0.1"/> <rect x="20" y="16.58" width="1" height="1" fill="#FFFFFF"stroke="#E8E8E8" stroke-width="0.1"/> <ellipse cx="20" cy="18.25" rx="1.5" ry="0.25" fill="red" /> <text x="1" y="5" fill="black" style="font-size:1.5;">ดอน-ดรณ์</text> <!-- <line x1="24" y1="12" x2="36" y2="6" stroke="hsl(30,70%,30%)" stroke-width="0.1" /> <line x1="24" y1="13" x2="36" y2="13" stroke="hsl(30,70%,30%)" stroke-width="0.1" /> <line x1="24" y1="14" x2="36" y2="18" stroke="hsl(30,70%,30%)" stroke-width="0.1" /> --> </svg> <style> body{ background:#333; margin:1em; } </style> </body> </html>