+ 1
<svg width="500" height="500"> <path d="M 0 0 L200 200 L200 0 Z" style="stroke:#000; fill:none;" /> <animate attributeName="x"
this code is not functioning why?
1 Odpowiedź
0
what tags do you have the code between?
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<svg width="500" height="500"> <path d="M 0 0 L200 200 L200 0 Z" style="stroke:#000; fill:none;" /> <animate attributeName="x"
</body>
</html>