diff options
author | VolTer <mew.pur.pur@abv.bg> | 2023-06-07 04:52:52 +0200 |
---|---|---|
committer | VolTer <mew.pur.pur@abv.bg> | 2023-06-07 05:40:58 +0200 |
commit | 995880e60be34d60e12ff2422bc68e3db3f126b8 (patch) | |
tree | 82bda49ee88ca5a459679c5336e04c890b606b55 /editor/icons/GuiMiniCheckerboard.svg | |
parent | 0a0132ccf40b14d2ca8987193b3b07a5fe03a674 (diff) | |
download | redot-engine-995880e60be34d60e12ff2422bc68e3db3f126b8.tar.gz |
Optimize and fix the default theme SVGs
Diffstat (limited to 'editor/icons/GuiMiniCheckerboard.svg')
-rw-r--r-- | editor/icons/GuiMiniCheckerboard.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/GuiMiniCheckerboard.svg b/editor/icons/GuiMiniCheckerboard.svg index 03438f75a6..40e6aa1dd0 100644 --- a/editor/icons/GuiMiniCheckerboard.svg +++ b/editor/icons/GuiMiniCheckerboard.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g stroke-width="2"><path d="m0 0v8h8v-8zm8 8v8h8v-8z" fill="#808080"/><path d="m8 0v8h8v-8zm0 8h-8v8h8z" fill="#fff"/></g></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M0 0v8h8V0zm8 8v8h8V8z" fill="gray"/><path d="M8 0v8h8V0zm0 8H0v8h8z" fill="#fff"/></svg> |