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

SVG fails to load when an image with a similar name exists in the drawable dir #14

Open
Shalom opened this issue Jun 10, 2014 · 0 comments
Assignees

Comments

@Shalom
Copy link
Contributor

Shalom commented Jun 10, 2014

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.

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