ajstarks / svgo

Go Language Library for SVG generation
Other
2.14k stars 169 forks source link

rotate(deg, cx, cy) #56

Closed rasha108 closed 3 years ago

rasha108 commented 3 years ago

Please add a new method. I don't see him. Example: Hello Moz!

---> rotate(45 50 50)

ajstarks commented 3 years ago

Rotation is already supported.

TranslateRotate(x, y int, r float64) RotateTranslate(x, y int, r float64)