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_cylinder_shape.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_cylinder_shape.svg')
-rw-r--r-- | editor/icons/icon_cylinder_shape.svg | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editor/icons/icon_cylinder_shape.svg b/editor/icons/icon_cylinder_shape.svg index abda347ec5..f0aa5833d2 100644 --- a/editor/icons/icon_cylinder_shape.svg +++ b/editor/icons/icon_cylinder_shape.svg @@ -1,6 +1 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg width="16" height="16" version="1.1" viewBox="0 0 14.999999 14.999999" xmlns="http://www.w3.org/2000/svg"> -<rect fill="#68b6ff" width="13.171325" height="7.6993308" x="0.89037383" y="3.6879442"/> -<ellipse fill="#a2d2ff" cx="7.4772978" cy="3.7229116" rx="6.5864792" ry="2.820821"/> -<ellipse fill="#68b6ff" cx="7.4746876" cy="11.34481" rx="6.5864792" ry="2.8208208"/> -</svg> +<svg height="16" viewBox="0 0 14.999999 14.999999" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m.890374 3.687944h13.171325v7.699331h-13.171325z" fill="#68b6ff"/><ellipse cx="7.477298" cy="3.722912" fill="#a2d2ff" rx="6.586479" ry="2.820821"/><ellipse cx="7.474688" cy="11.34481" fill="#68b6ff" rx="6.586479" ry="2.820821"/></svg>
\ No newline at end of file |