VectorChildFinder icon indicating copy to clipboard operation
VectorChildFinder copied to clipboard

Any way to read a SVG file directly instead of xml file?

Open FahadSaleem opened this issue 5 years ago • 1 comments

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?

FahadSaleem avatar Dec 15 '20 06:12 FahadSaleem

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.

devendroid avatar Dec 15 '20 07:12 devendroid