IDEA-192119 Some SVG icons are rendered incorrectly in IDE

This commit is contained in:
Anton Tarasov
2018-05-29 20:07:58 +03:00
parent 1ac30ed12d
commit d5523a2178
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,12 +1,14 @@
<component name="libraryTable">
<library name="Xerces" type="repository">
<properties include-transitive-deps="false" maven-id="xerces:xercesImpl:2.11.0" />
<properties maven-id="xerces:xercesImpl:2.11.0" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar!/" />
<roor url="jar://$MAVEN_REPOSITORY$/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0-sources.jar!/" />
<roor url="jar://$MAVEN_REPOSITORY$/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar!/" />
</SOURCES>
</library>
</component>
+2 -2
View File
@@ -1,8 +1,8 @@
<component name="libraryTable">
<library name="batik" type="repository">
<properties include-transitive-deps="false" maven-id="org.apache.xmlgraphics:batik-all:1.9.1" />
<properties include-transitive-deps="false" maven-id="org.apache.xmlgraphics:batik-all:1.10" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/xmlgraphics/batik-all/1.9.1/batik-all-1.9.1.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/apache/xmlgraphics/batik-all/1.10/batik-all-1.10.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />