svg | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

svg

Is this wrong? I cant seem to get the square to work. <!DOCTYPE html> <html> <head> </head> <body> <svg width="1000" height="250"> <rect width="150" height="150" fill="orange"> <animate attributeName="x" from="0" to="300" dur="3s" fill="remove" repeatCount="indefinite"/> </rect> </svg> </body> </html>

27th Feb 2019, 1:08 AM
Ethan Byle
Ethan Byle - avatar
2 Answers
+ 5
27th Feb 2019, 11:46 AM
JTLZ
+ 2
seems like my pc cant run it but my phone can lol
27th Feb 2019, 6:32 PM
Ethan Byle
Ethan Byle - avatar