Browse Source

Fixed corrupted restore icon on windows.

pull/97/head
weisj 5 years ago
parent
commit
70f9b26771
  1. 2
      windows/src/main/resources/com/github/weisj/darklaf/platform/windows/icons/window/restore.svg

2
windows/src/main/resources/com/github/weisj/darklaf/platform/windows/icons/window/restore.svg

@ -9,7 +9,7 @@
<path fill="url(#Windows.Icons.windowRestore.color)"
d="M5,8 L5,7 L7,7 L7,1 L1,1 L1,3 L0,3 L0,0 L8,0 L8,8 L5,8 Z"
transform="translate(5 3)"/>
<path fill="url(#Icons.windowRestore.color)" d="M0,0 L8,0 L8,8 L0,8 L0,0 Z M1,1 L1,7 L7,7 L7,1 L1,1 Z"
<path fill="url(#Windows.Icons.windowRestore.color)" d="M0,0 L8,0 L8,8 L0,8 L0,0 Z M1,1 L1,7 L7,7 L7,1 L1,1 Z"
transform="translate(3 5)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 702 B

After

Width:  |  Height:  |  Size: 710 B

Loading…
Cancel
Save