Transform circle : transform « SVG « XML






Transform circle


<svg>
  <circle id="myCircle" cx="100" cy="100" r="20" style="stroke: black; fill: linen;"/>
  <use xlink:href="#myCircle" transform="translate(50, -50) scale(1.5) "/>
</svg>

 








Related examples in the same category

1.transform the coordinate
2.Using Multiple SVG scale Elements
3.Using the SVG scale Function with Checkerboards