SVG Flag (Branch 4800) (Copy 4841)
✨ นางสาวนิดา คงรุ่งเรือง
<html> <head> <title>Let's Start </title> <style> body{ background:white; margin:1em; font-family:sans-serif; } svg{ height:90vh; } </style> </head> <body> <svg viewBox="0 0 1200 750"> <!--<polygon points=" 60, 60 800, 60 800, 350 60, 350" fill="#012868" stroke="#fff" stroke-width="1.4"/>--> <rect fill=#090594 width="740" height="290" x="60" y="60" ></rect> <polygon points="60, 60 150, 60 800, 310 800, 350 723, 350 60, 95 " fill="#fff" /> <polygon points="800, 60 710, 60 60, 310 60, 350 137, 350 800, 95" fill="#fff" /> <polygon points="60, 60 60, 80 760, 350 800, 350 " fill="#bc0606" /> <polygon points="800, 60 800, 80 100, 350 60, 350" fill="#bc0606" /> <polygon points="430, 60 475, 60 475, 350 430, 350 385, 350 385, 60" fill="#fff" /> <polygon points="60, 205 60, 255 800, 255 800, 205 800, 155 60, 155" fill="#fff" /> <polygon points="400, 60 460, 60 460, 350 400, 350" fill="#bc0606" /> <polygon points="60, 175 60, 235 800, 235 800, 175" fill="#bc0606" /> </svg> </body> </html>