haikuwebkit/LayoutTests/svg/animations/animateTransform-accumulati...

13 lines
506 B
XML

<?xml version="1.0"?>
<svg viewBox="0 0 500 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="fromto" d="M-25,0C120,-40 -80,-60 20,25zM20 10q-10 -10 2 -10"/>
</defs>
<rect x="0" y="0" width="500" height="300" fill="#fff" />
<g fill="none" stroke-width="10">
<use xlink:href="#fromto" stroke="#800" x="40" y="50" transform="translate(90 120)"/>
<use xlink:href="#fromto" stroke="#88f" x="40" y="50" transform="translate(90 120)"/>
</g>
</svg>