mirror of
https://github.com/correl/mage.git
synced 2025-04-10 01:01:05 -09: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
|
https://stackoverflow.com/questions/714243/sax2-driver-class-org-apache-crimson-parser-xmlreaderimpl-not-found-when-using
|
||||||
-->
|
-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>batik</groupId>
|
<groupId>org.apache.xmlgraphics</groupId>
|
||||||
<artifactId>batik-transcoder</artifactId>
|
<artifactId>batik-transcoder</artifactId>
|
||||||
<version>1.6-1</version>
|
<version>1.7</version>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>crimson</groupId>
|
|
||||||
<artifactId>crimson</artifactId>
|
|
||||||
<version>1.1.3</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- svg support end -->
|
<!-- svg support end -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Add table
Reference in a new issue