From eee6b1c96d3938e6622f23dbae828d3f79bd97f5 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 3 Sep 2019 14:08:39 +0200 Subject: 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 --- ui/icon/dot-gray.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - + -- cgit v1.2.3-59-g8ed1b