gorilla 63070084
✨ นายธานี ลายธีระพงศ์
<!DOCTYPE html> <html> <head> <style> body{ background:white margin:1em; font-family:sans-serif; } svg{ background:Lavender } </style> </head> <body> <svg height="10000" width="10000" viewBox="0 0 20000 20000"> <polygon points="200,120 250,300 160,320" style="fill:magenta;" /> <polygon points="180,400 250,420 250,300 160,320" style="fill:violet;" /> <polygon points="180,400 250,420 160,470" style="fill:pink;" /> <polygon points="200,120 400,105 250,300" style="fill:HotPink;" /> <polygon points="200,120 400,105 310,40 250,40" style="fill:magenta;" /> <polygon points="400,105 450,160 250,300" style="fill:pink;" /> <polygon points="400,105 450,160 580,230 570,190" style="fill:Tomato;" /> <polygon points="160,470 270,450 260,510 190,510" style="fill:Salmon;" /> <polygon points="160,470 270,450 250,420" style="fill:DarkSalmon;" /> <polygon points="250,300 450,160 580,230 340,340 270,450 250,420" style="fill:DarkSalmon;" /> <polygon points="260,510 270,450 340,340 530,253" style="fill:LightCoral;" /> <polygon points="260,510 530,253 530,530" style="fill:IndianRed;" /> <polygon points="530,253 530,530 670,380" style="fill:LightCoral;" /> <polygon points="530,530 260,510 260,700" style="fill:LightSalmon;" /> <polygon points="530,530 260,700 530,650" style="fill:DarkSalmon;" /> <polygon points="670,380 530,530 800,570" style="fill:LightPink;" /> <polygon points="530,253 750,343 820,540 800,570 670,380" style="fill:Coral;" /> <polygon points="530,253 580,230 750,343" style="fill:LightSalmon;" /> <polygon points="260,700 530,650 400,900" style="fill:LavenderBlush;" /> <polygon points="530,650 400,900 500,1000 550,800" style="fill:MistyRose;" /> <polygon points="260,700 400,900 230,980" style="fill:MistyRose;" /> <polygon points="230,980 400,900 500,1000 300,1100" style="fill:SeaShell;" /> <polygon points="530,530 550,670 650,700 800,570" style="fill:IndianRed;" /> <polygon points="550,670 530,530 530,650" style="fill:FireBrick;" /> <polygon points="820,540 800,570 650,700 800,720" style="fill:Tomato;" /> <polygon points="750,343 820,540 1250,600 1200,450 1100,400" style="fill:LightSalmon;" /> <polygon points="800,720 820,540 1250,600 1170,920 960,920" style="fill:PeachPuff;" /> <polygon points="300,1100 400,1300 500,1300 500,1000" style="fill:LightYellow;" /> <polygon points="1170,920 960,920 990,1300 1110,1300" style="fill:LemonChiffon;" /> </svg> </body> </html>