You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Freestyle will complain it cannot parse an SVG file when an image file with the same name exists in the drawable dir.
For example, have an svg file names hello.svg in the assets dir, and have a png file named hello.png in the drawable dir.
Try to load the svg with Freestyle.
It appears that the input-stream we get at the SVG parser is pointing to the png resource, instead of the svg one.
The text was updated successfully, but these errors were encountered:
Freestyle will complain it cannot parse an SVG file when an image file with the same name exists in the drawable dir.
For example, have an svg file names
hello.svg
in the assets dir, and have a png file namedhello.png
in the drawable dir.Try to load the svg with Freestyle.
It appears that the input-stream we get at the SVG parser is pointing to the png resource, instead of the svg one.
The text was updated successfully, but these errors were encountered: