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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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>

26th Sep 2020, 10:31 AM
Collins Rollins
Collins Rollins - avatar
1 Answer
0
Adjusted..... Pardon me on that.
26th Sep 2020, 10:43 AM
Collins Rollins
Collins Rollins - avatar