From b8580a129228d3e817d9e09b64ae6821654ef829 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/bold.svg | 15 +-------------- theme/icons/italic.svg | 15 +-------------- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/theme/icons/bold.svg b/theme/icons/bold.svg index 955f4d6..c6a4472 100644 --- a/theme/icons/bold.svg +++ b/theme/icons/bold.svg @@ -1,14 +1 @@ - - - - bold - Created with Sketch. - - - - - - - - - \ No newline at end of file +bold \ No newline at end of file diff --git a/theme/icons/italic.svg b/theme/icons/italic.svg index daebffd..7ae7cc5 100644 --- a/theme/icons/italic.svg +++ b/theme/icons/italic.svg @@ -1,14 +1 @@ - - - - italic - Created with Sketch. - - - - - - - - - \ No newline at end of file +italic \ No newline at end of file From 27702088c1b2c0ca6a85b25cb94af041b38a6014 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Tue, 18 Jul 2017 12:04:04 +0200 Subject: [PATCH 2/2] Removed tag from SVG files. --- theme/icons/bold.svg | 2 +- theme/icons/italic.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/icons/bold.svg b/theme/icons/bold.svg index c6a4472..994d1b9 100644 --- a/theme/icons/bold.svg +++ b/theme/icons/bold.svg @@ -1 +1 @@ -<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>bold \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/italic.svg b/theme/icons/italic.svg index 7ae7cc5..aa8b13e 100644 --- a/theme/icons/italic.svg +++ b/theme/icons/italic.svg @@ -1 +1 @@ -italic \ No newline at end of file + \ No newline at end of file