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
In the SVG drawing example [1] if tiger.svg is replaced with another, e.g. Test.svg [2], then rendering is incorrect.
[1] https://github.com/maps4print/azul/tree/master/examples/svg [2] https://upload.wikimedia.org/wikipedia/commons/b/bd/Test.svg
The text was updated successfully, but these errors were encountered:
Can repro, running on
1.4.0
I used this SVG for comparison, captured in IntelliJ's preview
And here's how it looks in Azul by default.
Converting all the shapes to use paths instead solves the issue.
Sorry, something went wrong.
No branches or pull requests
In the SVG drawing example [1] if tiger.svg is replaced with another, e.g. Test.svg [2], then rendering is incorrect.
[1] https://github.com/maps4print/azul/tree/master/examples/svg
[2] https://upload.wikimedia.org/wikipedia/commons/b/bd/Test.svg
The text was updated successfully, but these errors were encountered: