Browse Source

Remove explicit opacity declaration

This would result in the opacity being applied twice.
pull/323/head
Jannis Weis 3 years ago
parent
commit
998ba80121
No known key found for this signature in database
GPG Key ID: 7C9D8D4B558049AB
  1. 2
      iconset/src/main/resources/com/github/weisj/darklaf/iconset/files/image.svg

2
iconset/src/main/resources/com/github/weisj/darklaf/iconset/files/image.svg

@ -16,7 +16,7 @@
<stop offset="1" stop-color="#62B543" /> <stop offset="1" stop-color="#62B543" />
</linearGradient> </linearGradient>
</defs> </defs>
<g fill="url(#fileIconBackground)" fill-opacity=".8"> <g fill="url(#fileIconBackground)">
<polygon points="7 1 3 5 7 5" /> <polygon points="7 1 3 5 7 5" />
<path <path
d="M8,1 L8,6 L3,6 L3,15 L13,15 L13,1 L8,1 Z M12,14 L4,14 L4,7 L12,7 L12,14 Z" /> d="M8,1 L8,6 L3,6 L3,15 L13,15 L13,1 L8,1 Z M12,14 L4,14 L4,7 L12,7 L12,14 Z" />

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Loading…
Cancel
Save