Korea-Flag 63070092
✨ NOPPAWAN PAKINSEE
<html> <head> <title>Let's Start</title> <style> body { background: #333; margin: 1em; font-family: sans-serif; } svg { background: #eee; } svg .line rect { transform-box: fill-box; transform-origin: center; } </style> </head> <body> <svg viewBox="0 0 100 60"> <circle cy="30" cx="50" r="15" fill="red" /> <path d="M35,30 a1,1 0 0,0 30,0" fill="blue" /> <circle cy="30" cx="57.5" r="7.5" fill="red" /> <circle cy="30" cx="42.5" r="7.5" fill="blue" /> <g class="line"> <g> <rect width="2" height="15" x="20" y="0" transform="rotate(45)" /> <rect width="2" height="15" x="23" y="3" transform="rotate(45)" /> <rect width="2" height="15" x="26" y="6" transform="rotate(45)" /> </g> <g> <g> <rect width="2" height="7" x="77" y="1" transform="rotate(-45)" /> <rect width="2" height="7" x="83" y="7" transform="rotate(-45)" /> </g> <rect width="2" height="15" x="77" y="3" transform="rotate(-45)" /> <g> <rect width="2" height="7" x="71" y="7" transform="rotate(-45)" /> <rect width="2" height="7" x="77" y="13" transform="rotate(-45)" /> </g> </g> <g> <g> <rect width="2" height="7" x="77" y="47" transform="rotate(45)" /> <rect width="2" height="7" x="83" y="41" transform="rotate(45)" /> </g> <g> <rect width="2" height="7" x="74" y="44" transform="rotate(45)" /> <rect width="2" height="7" x="80" y="38" transform="rotate(45)" /> </g> <g> <rect width="2" height="7" x="71" y="41" transform="rotate(45)" /> <rect width="2" height="7" x="77" y="35" transform="rotate(45)" /> </g> </g> <g> <rect width="2" height="15" x="20" y="40" transform="rotate(-45)" /> <rect width="2" height="15" x="23" y="37" transform="rotate(-45)" /> <g> <rect width="2" height="7" x="26" y="44" transform="rotate(-45)" /> <rect width="2" height="7" x="20" y="38" transform="rotate(-45)" /> </g> <rect width="2" height="15" x="26" y="34" transform="rotate(-45)" /> </g> </g> </svg> </body> </html>