diff options
author | MewPurPur <mew.pur.pur@gmail.com> | 2023-09-18 13:49:15 +0300 |
---|---|---|
committer | MewPurPur <mew.pur.pur@gmail.com> | 2023-11-04 17:36:18 +0200 |
commit | 03d18301765bba13224eccbcac3f54bd02f04922 (patch) | |
tree | 28f7f2fe653c8959b97df41288ed6331d2fd9f95 /editor/icons/SubViewport.svg | |
parent | fe5b1c8d49313d63fbe91cb7cdf463e10fb86afa (diff) | |
download | redot-engine-03d18301765bba13224eccbcac3f54bd02f04922.tar.gz |
Optimize, tweak, improve consistency in SVG icons, and fix masks in light mode
Diffstat (limited to 'editor/icons/SubViewport.svg')
-rw-r--r-- | editor/icons/SubViewport.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/SubViewport.svg b/editor/icons/SubViewport.svg index 5d76495a26..3644215647 100644 --- a/editor/icons/SubViewport.svg +++ b/editor/icons/SubViewport.svg @@ -1 +1 @@ -<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#e0e0e0"><rect x="1.5" y="2.5" rx="1.5" width="13" height="11"/><rect x="4.5" y="4.5" rx="1.5" width="7" height="7"/></g></svg> +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><g stroke="#e0e0e0" stroke-width="1.25" fill="none"><rect x="1.625" y="2.625" height="10.75" width="12.75" rx="1.5"/><rect x="4.625" y="4.625" rx="1.5" width="6.75" height="6.75"/></g></svg> |