Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
624f43e7
Commit
624f43e7
authored
7 years ago
by
Anton Tarasov
Browse files
Options
Download
Email Patches
Plain Diff
IDEA-193169 badly rendered SVG icons in Customize dialog
parent
d36f0115
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/util/src/com/intellij/util/SVGLoader.java
+4
-0
platform/util/src/com/intellij/util/SVGLoader.java
with
4 additions
and
0 deletions
+4
-0
platform/util/src/com/intellij/util/SVGLoader.java
+
4
-
0
View file @
624f43e7
...
...
@@ -183,6 +183,10 @@ public class SVGLoader {
Document
document
;
String
uri
=
null
;
try
{
if
(
url
!=
null
&&
"jar"
.
equals
(
url
.
getProtocol
())
&&
stream
!=
null
)
{
// workaround for BATIK-1217
url
=
new
URL
(
url
.
getPath
());
}
uri
=
url
!=
null
?
url
.
toURI
().
toString
()
:
null
;
}
catch
(
URISyntaxException
ignore
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help