portfoliooooo
Some checks failed
test / cargo test (push) Failing after 1m24s

This commit is contained in:
2024-10-23 16:01:48 +02:00
parent 086ec33d7b
commit a2fdec755b
25 changed files with 563 additions and 323 deletions

21
test-animate.svg Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="100%" height="100%"
xmlns="http://www.w3.org/2000/svg"
>
<!-- Your original SVG code here -->
<path id="path1" d="M10 50 L20 50"></path>
<path id="path2" d="M30 50 C40 70, 60 90, 80 110"></path>
<!-- The animation elements -->
<animateMotion
path="M10 50 S20 50 20 50"
dur="2000ms"
repeatCount="indefinite">
</animateMotion>
<animateMotion
path="M30 50 S40 70, 60 90, 80 110"
begin="2s"
dur="2000ms"
repeatCount="indefinite">
</animateMotion>
</svg>

After

Width:  |  Height:  |  Size: 569 B