blob: 9bc9953a60c19e55060a2ae148ba6b75429a0486 [file] [log] [blame]
<svg id="svg-root" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="test-body-content">
<def>
<g id="CheckCircles">
<circle cx="25" cy="25" r="20" fill="red" />
<rect x="5" y="55" width="40" height="40" fill="red" />
</g>
</def>
<g id="arc-tests-sweep-1">
<use xlink:href="#CheckCircles" />
<path transform="translate(25,25)" d="M 0 0 A 20 20 90 0 1 0 0" stroke="green" stroke-width="40" stroke-linecap="round" />
<path d="M 25 75 a 20 20 90 0 1 0 0" stroke="green" stroke-width="40" stroke-linecap="square" />
</g>
<g id="arc-tests-sweep-0" transform="translate(50, 0)">
<use xlink:href="#CheckCircles" />
<path transform="translate(25,25)" d="M 0 0 A 20 20 90 0 0 0 0" stroke="green" stroke-width="40" stroke-linecap="round" />
<path d="M 25 75 a 20 20 90 0 0 0 0" stroke="green" stroke-width="40" stroke-linecap="square" />
</g>
</g>
</svg>