Hello, I'm doing an object rotate using ui-svg. Everything is ok!
However, if I need to change something in the svg, the center of the object will be changed. Is there a way to use other object parameter as a variable? Maybe something like:
0,#my_svg_object.cx,#my_svg_object.cy
Here is the group that I'm rotating:
<g id="Group_ShaftFacePlate-2">
<circle fill="#cccccc" cx="49.213001" cy="56.247002" r="48.535" id="seojgso" />
<circle fill="#4c4c4c" cx="49.212002" cy="56.192001" r="13.852" id="circle53182" />
<circle fill="#b2b2b2" cx="49.212002" cy="56.247002" r="12.836" id="circle53184" />
<path fill="#4c4c4c" d="M68.469,89.188M61.6,77.251c0,0,8.9,-4.955,11.126,-14.415C74.989,53.218,70.383,44.03,70.383,44.03l12.049,-6.869c0,0,6.645,10.347,4.617,25.225C86.924,63.3,86.466,65.091,86.261,65.99C82.75,81.383,68.469,89.188,68.469,89.188Z" id="C1_1" />
<path fill="#4c4c4c" d="m68.446,23.104m-6.855,11.944c0,0,-8.761,-5.195,-18.056,-2.355C34.086,35.58,28.467,44.186,28.467,44.186L16.466,37.234c0,0,5.594,-10.95,19.469,-16.689c0.853,-0.353,2.631,-0.858,3.51,-1.134c15.068,-4.717,29.001,3.693,29.001,3.693Z" id="C1_2" />
<path fill="#4c4c4c" d="m11.26,56.306m13.771,-0.059c0,0,-0.1,10.185,7.018,16.802c7.236,6.727,17.5,7.273,17.5,7.273l0.004,13.869c0,0,-12.279,0.652,-24.202,-8.475C24.617,85.155,23.288,83.87,22.609,83.248C10.971,72.578,11.26,56.306,11.26,56.306Z" id="C1_3" />
</g>
I tried to use the config bellow: