Files
doc-svg/exercices/vague/wave.svg
2025-10-30 13:08:21 +01:00

54 lines
1.1 KiB
XML
Executable File

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 40">
<path fill="#402158" opacity="0.5"
d="M0,25
C 50 25, 50 40, 100 40
C 180 40 200 10 300 10
S 400 40 500 40
C 535 40 550 25 600 25
C 650 25, 650 40, 700 40
V 100 H 0 Z
H 0 Z">
<animateTransform attributeName="transform"
attributeType="XML"
type="translate"
from="0"
to="-600"
dur="10s"
repeatCount="indefinite"/>
</path>
<path fill="#7d5683" opacity="0.5"
d="M0,25
C 50 25, 50 40, 100 40
C 180 40 200 10 300 10
S 400 40 500 40
C 535 40 550 25 600 25
C 650 25, 650 40, 700 40
V 100 H 0 Z
H 0 Z">
<animateTransform attributeName="transform"
attributeType="XML"
type="translate"
from="-600"
to="0"
dur="9s"
repeatCount="indefinite"/>
</path>
<path fill="#e2e9ff" opacity="0.5"
d="M0,25
C 50 25, 50 40, 100 40
C 180 40 200 10 300 10
S 400 40 500 40
C 535 40 550 25 600 25
C 650 25, 650 40, 700 40
V 100 H 0 Z
H 0 Z">
<animateTransform attributeName="transform"
attributeType="XML"
type="translate"
from="0"
to="-600"
dur="8s"
repeatCount="indefinite"/>
</path>
</svg>