mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
* UI: added SVG icons support on x64 linux systems (see #4421, must cleanup xmage\mage-client\lib folder);
This commit is contained in:
parent
3d372e7100
commit
8238139192
1 changed files with 3 additions and 8 deletions
|
@ -147,14 +147,9 @@
|
|||
https://stackoverflow.com/questions/714243/sax2-driver-class-org-apache-crimson-parser-xmlreaderimpl-not-found-when-using
|
||||
-->
|
||||
<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>
|
||||
<groupId>org.apache.xmlgraphics</groupId>
|
||||
<artifactId>batik-transcoder</artifactId>
|
||||
<version>1.7</version>
|
||||
</dependency>
|
||||
<!-- svg support end -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue