63070065-พล
✨ [EPR] Legend
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:grey; } </style> </head> <body> <svg viewBox="0 0 40 30"> <polygon points="30,6 31,5 32,5.5 33,7" fill="hsl(285, 100%, 45%)"></polygon> <polygon points="31,5 32,5.5 32,4 31,5" fill="hsl(285, 100%, 40%)"></polygon> <polygon points="30,6 30.5,7 33,7" fill="hsl(285, 100%, 35%)"></polygon> <polygon points="32,5.5 33,7 33.2,6.5" fill="hsl(285, 100%, 60%)"></polygon> <polygon points="32,7 33,7 32.5,7.2" fill="hsl(285, 100%, 60%)"></polygon> <polygon points="29,7 28,9 30.5,7 30,6" fill="hsl(285, 100%, 50%)"></polygon> <polygon points="29.5,7 28,9 30.5,7 30,6" fill="hsl(285, 100%, 40%)"></polygon> <polygon points="29.5,11 24.2,12 30.5,7" fill="hsl(285, 100%, 45%)"></polygon> <polygon points="26,11.5 24.2,12 30.5,7" fill="hsl(285, 100%, 55%)"></polygon> <polygon points="26,14 24.2,12 29.5,11" fill="hsl(285, 100%, 40%)"></polygon> <polygon points="24.2,12 21,14 26,14" fill="hsl(285, 100%, 70%)"></polygon> <polygon points="22,15 21,14 26,14" fill="hsl(285, 100%, 50%)"></polygon> <polygon points="22,15 21,14 18,16" fill="hsl(285, 100%, 70%)"></polygon> <polygon points="22,15 21,22 18,16" fill="hsl(285, 100%, 55%)"></polygon> <polygon points="22,15 21,22 23,18" fill="hsl(285, 100%, 70%)"></polygon> <polygon points="22,15 26,14 25,17 23,18" fill="hsl(285, 100%, 40%)"></polygon> <polygon points="25,17 26,14 27,17 26,18" fill="hsl(285, 100%, 60%)"></polygon> <polygon points="27,17 26,14 27,15.5" fill="hsl(285, 100%, 70%)"></polygon> <polygon points="25,17 26,18 25.5,19 24.5,18" fill="hsl(285, 100%, 30%)"></polygon> <polygon points="23,24 24,23.5 25.5,19 24.5,18" fill="hsl(285, 100%, 60%)"></polygon> <polygon points="23,24 24,23.5 24,24.5 23,24.5" fill="hsl(285, 100%, 80%)"></polygon> <polygon points="28,24.5 29,24.5 27,17 26,18" fill="hsl(285, 100%, 60%)"></polygon> <polygon points="20.5,22.5 21.5,23 20,20 19.8,21" fill="hsl(285, 100%, 70%)"></polygon> <polygon points="20.5,22.5 21.5,23 22,24.5 21,24.5" fill="hsl(285, 100%,60%)"></polygon> <polygon points="18.5,18.5 18.5,17 19.8,19.5 19,20.5" fill="hsl(285, 100%, 30%)"></polygon> <polygon points="18.5,18 17.5,20 18,22 19,20.5" fill="hsl(285, 100%, 40%)"></polygon> <polygon points="17.5,23 17.5,20 18,22" fill="hsl(285, 100%, 40%)"></polygon> <polygon points="17.5,23.8 17.5,21 17,24" fill="hsl(285, 100%, 80%)"></polygon> <polygon points="17.5,23.8 17.5,24.5 17,24.5 17,24" fill="hsl(285, 100%, 60%)"></polygon> <polygon points="16,19 18.3,16.5 18,16" fill="hsl(285, 100%, 55%)"></polygon> <polygon points="17.5,17 14,22 14.5,22" fill="hsl(285, 100%, 55%)"></polygon> <polygon points="15,20.6 14,22 14,20 14,20.5" fill="hsl(285, 100%, 85%)"></polygon> <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>