Well I have an application where you can load different types of images (svg, pbg and jpg) and I am saving PNG and JPG base64 encoded to an xml document so thought might aswell do that to the SVG images aswell.I am not sure why you would want to Base64 encode an SVG file: it is already text after all.
Am I losing something when I do this or?
Bookmarks