+ 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>
2 Réponses
+ 5
It’s working fine with me.
https://code.sololearn.com/W6934eLPwKr5/?ref=app
+ 2
seems like my pc cant run it but my phone can lol