transform

......transform="<transform-list>": the transformation to be performed.
<transform-list> is a space-separated list of transformation definitions:
                translate(<tx>[,ty]): translates by tx and ty.
                scale(<sx>[,sy]): scales by sx and sy.
                rotate(<angle>[,cx,cy]): rotates about (cx,cy).
                skewX(<angle>): skews along the x-axis.
                skewY(<angle>): skews along the y-axis.
                matrix(<a<b>,<c>,<d>,<e>,<f>): applies the following matrix: