aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-09-03 14:08:39 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-09-05 21:54:12 -0600
commit21a81e118aad8b300875666b792bda6a0406215e (patch)
tree764174fe6875581679c2f7750ae8b06b8d366fb6 /ui
parentmod: update dependencies (diff)
downloadwireguard-windows-21a81e118aad8b300875666b792bda6a0406215e.tar.xz
wireguard-windows-21a81e118aad8b300875666b792bda6a0406215e.zip
ui: fix dot-gray.svg icon
1. The ImageMagick convert has issues with upsampling. The icon was resized to make ImageMagick downsample it for a much sharper .ico result. 2. The transform was removed to make all coordinates integral. 3. The circle has been shrunken a bit. Spanning edge-to-edge it appeared huge. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'ui')
-rw-r--r--ui/icon/dot-gray.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/icon/dot-gray.svg b/ui/icon/dot-gray.svg
index 7c9f99b7..f2ca5c8d 100644
--- a/ui/icon/dot-gray.svg
+++ b/ui/icon/dot-gray.svg
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<svg width="32" height="32" version="1.1" viewBox="0 0 8.4667 8.4667" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-11.837 -277.77)"><circle cx="16.07" cy="282" r="4.0968" fill="#e1e1e1" stroke="#cacaca" stroke-linecap="square" stroke-width=".27312"/></g></svg>
+<svg width="256" height="256" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg"><g><circle cx="128" cy="128" r="120" fill="#e1e1e1" stroke="#cacaca" stroke-linecap="square" stroke-width="8"/></g></svg>