I am trying to make an SVG file with different togglable embeded raster images (quite easy), but also able to export the final composite image.
For example, the file could contain the background, a house and a tree.
If I click on the tree, its opacity would be set to 0.
I could then click a render button, and I would be able to save an image made from the background and the house.
I don't know if I should try to edit the base64 bitmaps, or use a native feature of the SVG language.