Search notes:

SVG example: animate

<!DOCTYPE html>
<html>
<head>
  <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  <title>svg animate</title>
</head>
<body>

  <svg height="500" width="500">

    <rect  width="100" height="100" style="fill:rgb(255,127,0)">

        <animate attributeType="XML" attributeName="x" from="10" to="390" dur="1s"   repeatCount="indefinite" />
        <animate attributeType="XML" attributeName="y" from="10" to="390" dur="1.7s" repeatCount="indefinite" />

    </rect>

  </svg>

</body>
</html>
Github repository about-svg, path: /animate.html

See also

SVG examples

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/design/g...', 1758207721, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/design/graphic/svg/examples/animate(58): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78