diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-09-25 08:46:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 08:46:04 +0200 |
commit | 5a4e1045a6264fd888afe7641774a15beed0bdca (patch) | |
tree | ee5abc7bcc9cd49bfda3db8d171b5fc9a50d4148 /editor/icons/icon_GUI_tree_arrow_down.svg | |
parent | 0437044b9ce5d0d9bd3a3812a92f3bd1d7e65268 (diff) | |
parent | 790391bc933f705d37099f5c1e217b9f5488995f (diff) |
Merge pull request #32319 from Calinou/optimize-svgs
Optimize editor icon SVGs using svgcleaner
Diffstat (limited to 'editor/icons/icon_GUI_tree_arrow_down.svg')
-rw-r--r-- | editor/icons/icon_GUI_tree_arrow_down.svg | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editor/icons/icon_GUI_tree_arrow_down.svg b/editor/icons/icon_GUI_tree_arrow_down.svg index 332b49d4cf..fd2d900711 100644 --- a/editor/icons/icon_GUI_tree_arrow_down.svg +++ b/editor/icons/icon_GUI_tree_arrow_down.svg @@ -1,5 +1 @@ -<svg width="12" height="12" version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"> -<g transform="translate(0 -1040.4)"> -<path d="m3 1045.4 3 3 3-3" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".39216" stroke-width="2"/> -</g> -</svg> +<svg height="12" viewBox="0 0 12 12" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m3 1045.4 3 3 3-3" style="fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:.39216;stroke-width:2" transform="translate(0 -1040.4)"/></svg>
\ No newline at end of file |