Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FahadSaleem opened this issue Dec 15, 2020 · 1 comment
Open

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

FahadSaleem opened this issue Dec 15, 2020 · 1 comment

Comments

@FahadSaleem
Copy link

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?

@devendroid
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants