Malisa Huzaifa - Web Multimedia HTML6 Canvas & SVG

135 <html> <head> <title>SVG</title> </head> <body> <svg width="200" height="200" viewBox="-100 -100 200 200"> <g> <polygon points="0,0 36,-50 0,-100" fill="red"/> <polygon points="0,0 -36,-50 0,-100" fill="red"/> </g> <g transform="rotate(72)"> <polygon points="0,0 36,-50 0,-100" fill="green"/> <polygon points="0,0 -36,-50 0,-100" fill="green"/> </g> <g transform="rotate(-72)"> <polygon points="0,0 36,-50 0,-100" fill="blue" /> <polygon points="0,0 -36,-50 0,-100" fill="blue"/> </g> <g transform="rotate(144)"> <polygon points="0,0 36,-50 0,-100" fill="yellow"/>

RkJQdWJsaXNoZXIy MTM3NDc5MQ==