We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: