From 09ec0971e42327589c75cb678ab80e6de15f2bfd Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Mon, 17 Jul 2017 17:01:28 +0200 Subject: [PATCH 1/2] Internal: Optimized SVG icons in the repository (see ckeditor/ckeditor5#474). --- theme/icons/align-center.svg | 15 +-------------- theme/icons/align-left.svg | 15 +-------------- theme/icons/align-right.svg | 15 +-------------- theme/icons/image.svg | 15 +-------------- theme/icons/input.svg | 2 +- theme/icons/low-vision.svg | 2 +- theme/icons/object-center.svg | 2 +- theme/icons/object-left.svg | 2 +- theme/icons/object-right.svg | 2 +- theme/icons/picker.svg | 17 +---------------- theme/icons/quote.svg | 15 +-------------- theme/icons/source.svg | 17 +---------------- theme/icons/table.svg | 15 +-------------- theme/icons/underline.svg | 16 +--------------- 14 files changed, 14 insertions(+), 136 deletions(-) diff --git a/theme/icons/align-center.svg b/theme/icons/align-center.svg index d84ae3b9..892d7b4f 100644 --- a/theme/icons/align-center.svg +++ b/theme/icons/align-center.svg @@ -1,14 +1 @@ - - - - align-center - Created with Sketch. - - - - - - - - - \ No newline at end of file +align-center \ No newline at end of file diff --git a/theme/icons/align-left.svg b/theme/icons/align-left.svg index 15c27e4a..18717495 100644 --- a/theme/icons/align-left.svg +++ b/theme/icons/align-left.svg @@ -1,14 +1 @@ - - - - align-left - Created with Sketch. - - - - - - - - - \ No newline at end of file +align-left \ No newline at end of file diff --git a/theme/icons/align-right.svg b/theme/icons/align-right.svg index bd295565..9e09eeda 100644 --- a/theme/icons/align-right.svg +++ b/theme/icons/align-right.svg @@ -1,14 +1 @@ - - - - align-right - Created with Sketch. - - - - - - - - - \ No newline at end of file +align-right \ No newline at end of file diff --git a/theme/icons/image.svg b/theme/icons/image.svg index 4417cea9..31ef9741 100644 --- a/theme/icons/image.svg +++ b/theme/icons/image.svg @@ -1,14 +1 @@ - - - - image - Created with Sketch. - - - - - - - - - \ No newline at end of file +image \ No newline at end of file diff --git a/theme/icons/input.svg b/theme/icons/input.svg index 61820afd..e3c11a39 100644 --- a/theme/icons/input.svg +++ b/theme/icons/input.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/theme/icons/low-vision.svg b/theme/icons/low-vision.svg index 075d1c06..1fc26125 100644 --- a/theme/icons/low-vision.svg +++ b/theme/icons/low-vision.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/theme/icons/object-center.svg b/theme/icons/object-center.svg index 798ea8d4..c4cc6b43 100644 --- a/theme/icons/object-center.svg +++ b/theme/icons/object-center.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/theme/icons/object-left.svg b/theme/icons/object-left.svg index 2e6a7fd3..08398b46 100644 --- a/theme/icons/object-left.svg +++ b/theme/icons/object-left.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/theme/icons/object-right.svg b/theme/icons/object-right.svg index bf6395bd..8213a469 100644 --- a/theme/icons/object-right.svg +++ b/theme/icons/object-right.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/theme/icons/picker.svg b/theme/icons/picker.svg index 7c87d037..98d1de5a 100644 --- a/theme/icons/picker.svg +++ b/theme/icons/picker.svg @@ -1,16 +1 @@ - - - - picker - Created with Sketch. - - - - - - - - - - - \ No newline at end of file +picker \ No newline at end of file diff --git a/theme/icons/quote.svg b/theme/icons/quote.svg index 4f978cec..9888a3b8 100644 --- a/theme/icons/quote.svg +++ b/theme/icons/quote.svg @@ -1,14 +1 @@ - - - - quote - Created with Sketch. - - - - - - - - - \ No newline at end of file +quote \ No newline at end of file diff --git a/theme/icons/source.svg b/theme/icons/source.svg index a8722606..233f3e0e 100644 --- a/theme/icons/source.svg +++ b/theme/icons/source.svg @@ -1,16 +1 @@ - - - - source - Created with Sketch. - - - - - - - - - - - \ No newline at end of file +source \ No newline at end of file diff --git a/theme/icons/table.svg b/theme/icons/table.svg index 176adc0a..06e5ca8a 100644 --- a/theme/icons/table.svg +++ b/theme/icons/table.svg @@ -1,14 +1 @@ - - - - table - Created with Sketch. - - - - - - - - - \ No newline at end of file +table \ No newline at end of file diff --git a/theme/icons/underline.svg b/theme/icons/underline.svg index a1af82ea..9aacf453 100644 --- a/theme/icons/underline.svg +++ b/theme/icons/underline.svg @@ -1,15 +1 @@ - - - - underline - Created with Sketch. - - - - - - - - - - \ No newline at end of file +underline \ No newline at end of file From 151d4c0a1636be8e048460c8c63de565e82d33fb Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Tue, 18 Jul 2017 12:04:05 +0200 Subject: [PATCH 2/2] Removed tag from SVG files. --- theme/icons/align-center.svg | 2 +- theme/icons/align-left.svg | 2 +- theme/icons/align-right.svg | 2 +- theme/icons/image.svg | 2 +- theme/icons/picker.svg | 2 +- theme/icons/quote.svg | 2 +- theme/icons/source.svg | 2 +- theme/icons/table.svg | 2 +- theme/icons/underline.svg | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/theme/icons/align-center.svg b/theme/icons/align-center.svg index 892d7b4f..997b9995 100644 --- a/theme/icons/align-center.svg +++ b/theme/icons/align-center.svg @@ -1 +1 @@ -<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>align-center \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/align-left.svg b/theme/icons/align-left.svg index 18717495..20e234e1 100644 --- a/theme/icons/align-left.svg +++ b/theme/icons/align-left.svg @@ -1 +1 @@ -align-left \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/align-right.svg b/theme/icons/align-right.svg index 9e09eeda..4ec80ab1 100644 --- a/theme/icons/align-right.svg +++ b/theme/icons/align-right.svg @@ -1 +1 @@ -align-right \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/image.svg b/theme/icons/image.svg index 31ef9741..6827d4f1 100644 --- a/theme/icons/image.svg +++ b/theme/icons/image.svg @@ -1 +1 @@ -image \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/picker.svg b/theme/icons/picker.svg index 98d1de5a..53cd5701 100644 --- a/theme/icons/picker.svg +++ b/theme/icons/picker.svg @@ -1 +1 @@ -picker \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/quote.svg b/theme/icons/quote.svg index 9888a3b8..834c2add 100644 --- a/theme/icons/quote.svg +++ b/theme/icons/quote.svg @@ -1 +1 @@ -quote \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/source.svg b/theme/icons/source.svg index 233f3e0e..fc5876f5 100644 --- a/theme/icons/source.svg +++ b/theme/icons/source.svg @@ -1 +1 @@ -source \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/table.svg b/theme/icons/table.svg index 06e5ca8a..cb36685c 100644 --- a/theme/icons/table.svg +++ b/theme/icons/table.svg @@ -1 +1 @@ -table \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/underline.svg b/theme/icons/underline.svg index 9aacf453..ad290f21 100644 --- a/theme/icons/underline.svg +++ b/theme/icons/underline.svg @@ -1 +1 @@ -underline \ No newline at end of file + \ No newline at end of file