I have the following image in my .svg
file:
<image xlink:href="developer.mozilla.png" x="50%" y="50%" height="62" width="71"/>
I want it display in the middle of the page, but it seems that the upper left corner is in the middle. How can I get the center of the image to display in the center of the page?
Something like this should work:
<image xlink:href="developer.mozilla.png" x="50%" y="50%" height="62" width="71" transform="translate(-35.5,-31)"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With