gecko/layout/reftests/svg/smil/repeat/init-repeat-1-ref.svg

9 lines
288 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg">
<g transform="translate(50 50)">
<circle r="40" style="fill: yellow; stroke: black; stroke-width: 1"/>
<path d="M0 -10v20" stroke="blue"/>
<path d="M100 -10v20" stroke="blue"/>
<path d="M200 -10v20" stroke="blue"/>
</g>
</svg>