diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-10-25 10:02:37 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-10-25 10:02:37 +0100 |
commit | a1d9c67f439ad14b3f4ae147eb4fe80f90ca5c3a (patch) | |
tree | a5dc15b4c0c8ef367de89449155cc3bd40969099 /modules/gridmap/icons | |
parent | 6c173e2f7ffdb972ec3754b3d78fe51bfbfb4f22 (diff) |
Optimize SVG using `svgcleaner --multipass`
This decreases the editor binary size by about 8 KB.
Diffstat (limited to 'modules/gridmap/icons')
-rw-r--r-- | modules/gridmap/icons/GridMap.svg | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/gridmap/icons/GridMap.svg b/modules/gridmap/icons/GridMap.svg index eafe1211f2..7a36fd888c 100644 --- a/modules/gridmap/icons/GridMap.svg +++ b/modules/gridmap/icons/GridMap.svg @@ -1,5 +1 @@ -<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> -<g transform="translate(0 -1036.4)"> -<path transform="translate(0 1036.4)" d="m8 1-6 3v8l6 3 6-3v-2l-2-1-4 2-2-1v-4l2-1v-2l2-1zm4 2-2 1v2l2 1 2-1v-2z" fill="#fc9c9c" fill-opacity=".99608"/> -</g> -</svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m8 1-6 3v8l6 3 6-3v-2l-2-1-4 2-2-1v-4l2-1v-2l2-1zm4 2-2 1v2l2 1 2-1v-2z" fill="#fc9c9c" fill-opacity=".99608"/></svg> |