![Image](https://i.imgur.com/HaeQMqB.png)
I want to use imagemagick to convert the SVG to a png and grow the canvas size from the centre so that it renders artwork that sits outside the boundaries of the canvas set in the SVG file. For example, if I render from IM or Inkscape using the canvas size I get this.
![Image](https://i.imgur.com/XJBGMd3.png)
I want IM to render this:
![Image](https://i.imgur.com/l95qhPc.png)
I've tried using -extent together with -gravity but I get this.
![Image](https://i.imgur.com/OLO705u.png)
Is this possible with IM?