0
Does anyone have an idea of how to move this star? I tried using x and y axis but it isn't working. I may be wrong
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <svg width="100%" height="100%"> <polygon points="5,0.5 2,9 9.5,3 0.5,3 8,9" fill="red"/> </svg> </body> </html>
1 Odpowiedź
0
Adjusted..... Pardon me on that.