<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
<g transform="translate(60,60)">
<g>
<path d="M 0,0 L 50,0 A 50,50 0 0 1 0,50 Z" fill="dodgerblue"/>
<line x1="0.5" x2="0.5" y2="50" stroke="crimson" stroke-width="1"/>
<animateTransform attributeName="transform" type="rotate"
from="0" to="360" dur="2s" repeatDur="4s"/>
</g>
</g>
</svg>
It seems setting
repeatDurto<animateTransform>doesn't have an effect.Using JSVG 2.0.0-RC, also 1.7.2.
animation-repeatDur.svg
JSVGAnimationTest.java