SVG-Scotland Flag
✨ TANACHOT LUKVISAITDEE
<style> body{ margin:2em; background:grey; } svg{ background:#0065BF; } </style> <svg viewBox="0 0 10 6"> <!-- <rect fill="#0065BF" width="10" height="6"/> </rect> --> <polygon points="0,0 1, 0 10, 5.25 10, 6 9, 6 0, 0.75" fill="#FFFFFF"> </polygon> <polygon points="10, 0 9, 0 0, 5.25 0, 6 1, 6 10, 0.75" fill="#FFFFFF"> </polygon> </svg>