SVG change x,y (0,0) top left to the center of my image

Viewed 10783

How to change the center of an svg file ?

Actually when I set X or Y attributes of my svg image, these coordinates are based to the top left corner of my image and I want to set these by the center of my image.

Any idea ?

PS: I use an image with .svg extension

2 Answers
Related