diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-09-24 22:49:30 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-09-24 22:49:30 +0200 |
commit | 790391bc933f705d37099f5c1e217b9f5488995f (patch) | |
tree | ef42554c26a25f72efe8a61f8038b848bf7e7adb /editor/icons/icon_favorites.svg | |
parent | dd3e17588eab8fe0c41fa11f4d33c3fbe5f6dc94 (diff) |
Optimize editor icon SVGs using svgcleaner
This makes editor binaries about 230 KB smaller.
The command used was:
parallel svgcleaner --multipass {} {} ::: editor/icons/*.svg
Diffstat (limited to 'editor/icons/icon_favorites.svg')
-rw-r--r-- | editor/icons/icon_favorites.svg | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editor/icons/icon_favorites.svg b/editor/icons/icon_favorites.svg index ce42a45732..79e0c8475e 100644 --- a/editor/icons/icon_favorites.svg +++ b/editor/icons/icon_favorites.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 d="m8 1038.1-2.3741 4.0973-4.6259 1.0978l3.2361 3.4074-0.35866 4.6735 4.1389-1.9766 4.1572 1.9421-0.39534-4.6532 3.2218-3.3932-4.6259-1.0978-2.3741-4.0973z" fill="#e0e0e0"/> -</g> -</svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m8 1038.1-2.3741 4.0973-4.6259 1.0978 3.2361 3.4074-.35866 4.6735 4.1389-1.9766 4.1572 1.9421-.39534-4.6532 3.2218-3.3932-4.6259-1.0978z" fill="#e0e0e0" transform="translate(0 -1036.4)"/></svg>
\ No newline at end of file |