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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In Windows 10 SVG symbols can't be render and raise errors like:
Couldn't convert svg file: plugins\images\symbols\svg\0.svg , reason: null Enclosed Exception: SAX2 driver class org.apache.crimson.parser.XMLReaderImpl not found =>[AWT-EventQueue-0] ManaSymbols.loadSymbolAsSVG
The text was updated successfully, but these errors were encountered:
Fixed non working SVG symbols on machines without JDK (see #4410)
b0a8967
It's a JDK versions problem. Found here:
crimson
Use the following maven config:
<dependency> <groupId>batik</groupId> <artifactId>batik-transcoder</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>crimson</groupId> <artifactId>crimson</artifactId> <version>1.1.3</version> </dependency>
Fixed via b0a8967
Sorry, something went wrong.
JayDi85
No branches or pull requests
In Windows 10 SVG symbols can't be render and raise errors like:
The text was updated successfully, but these errors were encountered: