I have a local svg file: image.svg
I am able to change <img id="image" src="notimage.png"> to <img id="image" src="image.svg"> via firefox addon.
However, it does not appear. I assume this is because the image.svg isn't loaded properly.
Please help me display image.svg properly.