Is there any way to hide SVG elements so they are not visible in IM generated images? The standard way to hide things in SVG I think is with style="display:none". I've also tried style="visibility:hidden", but either way the element still shows up in images produced by IM.
The command I'm using is simply:
The reason for wanting to do this is that I have a number of different "decorations" on my image, and I want to have different ones visible in different outputs. I don't want to delete the elements from the image because I will need them again sometime, and I'd don't want to have multiple copies of the SVG image because most of the image is the same across all variations, so I don't want to have to update it in multiple places.