cairo/test/svg/transform.7.stroke.svg
2022-12-28 13:22:00 +10:30

20 lines
527 B
XML

<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<circle id="c1"
cx="100" cy="100" r="80"
fill="none"
stroke="black"
stroke-width="20" />
<circle id="c2"
cx="100" cy="100" r="80"
fill="none"
stroke="black"
stroke-width="20"
transform="scale(3,3)" />
</defs>
<use xlink:href="#c1" x="100" y="-900"/>
<use xlink:href="#c2" x="300" y="-700"/>
</svg>