From f0c446cb2861ae6cdf5d2fae414e3af4995be7a1 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 24 Aug 2017 17:10:20 +0200 Subject: [PATCH] Optimise status icons Removed unnecessary transforms. Changed square rects which had their corner radius set to half their width into actual circles. Merged some glyphs that were a stroke and a background into one glyph with an actual stroke and background. Applied necessary transforms to actual coordinates. Dereferenced xlink symbols that were used only once. Contributes to issue CURA-4148. --- .../themes/cura/icons/tab_status_busy.svg | 25 +++----------- .../themes/cura/icons/tab_status_paused.svg | 20 +++-------- .../themes/cura/icons/tab_status_stopped.svg | 33 +++---------------- .../themes/cura/icons/tab_status_unknown.svg | 25 +++----------- 4 files changed, 17 insertions(+), 86 deletions(-) diff --git a/resources/themes/cura/icons/tab_status_busy.svg b/resources/themes/cura/icons/tab_status_busy.svg index 928273aec0..7f702132b5 100644 --- a/resources/themes/cura/icons/tab_status_busy.svg +++ b/resources/themes/cura/icons/tab_status_busy.svg @@ -1,22 +1,7 @@ - - - busy - printing - Created with Sketch. - - - - - - - - - - - - - - - - + + + + + \ No newline at end of file diff --git a/resources/themes/cura/icons/tab_status_paused.svg b/resources/themes/cura/icons/tab_status_paused.svg index 49c1a266da..72f24753b5 100644 --- a/resources/themes/cura/icons/tab_status_paused.svg +++ b/resources/themes/cura/icons/tab_status_paused.svg @@ -1,18 +1,6 @@ - - - paused - maintenance - Created with Sketch. - - - - - - - - - - - - + + + + \ No newline at end of file diff --git a/resources/themes/cura/icons/tab_status_stopped.svg b/resources/themes/cura/icons/tab_status_stopped.svg index b04640fd96..99dfe0b8d1 100644 --- a/resources/themes/cura/icons/tab_status_stopped.svg +++ b/resources/themes/cura/icons/tab_status_stopped.svg @@ -1,31 +1,6 @@ - - - stopped aborted - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - + + + + \ No newline at end of file diff --git a/resources/themes/cura/icons/tab_status_unknown.svg b/resources/themes/cura/icons/tab_status_unknown.svg index 48be732b19..ec776a2778 100644 --- a/resources/themes/cura/icons/tab_status_unknown.svg +++ b/resources/themes/cura/icons/tab_status_unknown.svg @@ -1,23 +1,6 @@ - - - unknown - Created with Sketch. - - - - - - - - - - - - - - - - - + + + + \ No newline at end of file