I have lots of .svg
images like foo23.svg
. I also have corresponding foo23.png
. I'd like to use the SVG in my HTML for web browsing, but I'd like to have it so that when you right-click (or control-click) on the image, you have the option to download the PNG. Can this be done?
Currently I like using <object data="foo23.svg">
to insert the image. Can the above be done still using <object>
?
An extension of my question comes from also having foo23.pdf
and foo23.eps
. Can right-clicking lead to several download options?