VectorChildFinder
VectorChildFinder copied to clipboard
Any way to read a SVG file directly instead of xml file?
I am getting a bunch of SVG files directly from API and I have no idea how to convert them to XML. Could this library read the SVG directly?
Now the VCF does not support SVG format directly.
So first you will need to convert your SVG into vector drawables either programmatically or any external tool as per your requirement,
eg:- Using Tool and using Programmatically
Hope this will help you.