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
use any svg file that has an image tag as in the following link: https://drive.google.com/file/d/11vDTB7wA8-RU0XvrEd6-jHjX_qoUKjQR/view?usp=sharing note that the image has a shadow witch is an embedded image encoded as base64 in an image tag, the browser will show it, but the library wont.
Please include all relevant code, including all PocketSVG method calls made. SVGImageView(contentsOf: svgURL)
PocketSVG
SVGImageView(contentsOf: svgURL)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce the issue
use any svg file that has an image tag as in the following link:
https://drive.google.com/file/d/11vDTB7wA8-RU0XvrEd6-jHjX_qoUKjQR/view?usp=sharing
note that the image has a shadow witch is an embedded image encoded as base64 in an image tag, the browser will show it, but the library wont.
Please include all relevant code, including all
PocketSVG
method calls made.SVGImageView(contentsOf: svgURL)
Specifications
The text was updated successfully, but these errors were encountered: