Is there a package for loading SVG files?

Is there is a package for loading SVG files? I have checked the usual suspects (Images, ImageMagick, FileIO, and ImageIO) and none of them provide loading of SVG, just writing apparently.

SVG is in the XML format. So you can use XML packages such as EzXML.jl.

1 Like

Thank you! I’ll look into that package.