From 0636bd3e939e459d8710417d639d288f92de54dd Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 15 Nov 2018 16:20:49 +0100 Subject: [PATCH 1/5] Other: Removed obsolete fill attributes in SVG icons. --- theme/icons/bold.svg | 2 +- theme/icons/code.svg | 2 +- theme/icons/italic.svg | 2 +- theme/icons/strikethrough.svg | 2 +- theme/icons/subscript.svg | 2 +- theme/icons/superscript.svg | 2 +- theme/icons/underline.svg | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/theme/icons/bold.svg b/theme/icons/bold.svg index 74d67b3..deb2c3b 100644 --- a/theme/icons/bold.svg +++ b/theme/icons/bold.svg @@ -1 +1 @@ - + diff --git a/theme/icons/code.svg b/theme/icons/code.svg index 8155d42..e5d3f0e 100644 --- a/theme/icons/code.svg +++ b/theme/icons/code.svg @@ -1 +1 @@ - \ 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 26942a1..ff2bd3f 100644 --- a/theme/icons/italic.svg +++ b/theme/icons/italic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/strikethrough.svg b/theme/icons/strikethrough.svg index b9a36cc..c280fdc 100644 --- a/theme/icons/strikethrough.svg +++ b/theme/icons/strikethrough.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/subscript.svg b/theme/icons/subscript.svg index faafdc7..25cd92e 100644 --- a/theme/icons/subscript.svg +++ b/theme/icons/subscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/superscript.svg b/theme/icons/superscript.svg index a9ef5ad..9d5baea 100644 --- a/theme/icons/superscript.svg +++ b/theme/icons/superscript.svg @@ -1 +1 @@ - \ 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 03dbee4..38728d5 100644 --- a/theme/icons/underline.svg +++ b/theme/icons/underline.svg @@ -1 +1 @@ - + From 6615a3d9935317ce9989c86e08854c56a72fd4d2 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 15 Nov 2018 16:27:54 +0100 Subject: [PATCH 2/5] Other: Removed obsolete width and height attributes in SVG icons. --- theme/icons/bold.svg | 2 +- theme/icons/italic.svg | 2 +- theme/icons/subscript.svg | 2 +- theme/icons/superscript.svg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theme/icons/bold.svg b/theme/icons/bold.svg index deb2c3b..ddfebb0 100644 --- a/theme/icons/bold.svg +++ b/theme/icons/bold.svg @@ -1 +1 @@ - + diff --git a/theme/icons/italic.svg b/theme/icons/italic.svg index ff2bd3f..7ecfcf0 100644 --- a/theme/icons/italic.svg +++ b/theme/icons/italic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/subscript.svg b/theme/icons/subscript.svg index 25cd92e..63c9e2b 100644 --- a/theme/icons/subscript.svg +++ b/theme/icons/subscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/superscript.svg b/theme/icons/superscript.svg index 9d5baea..5d49d97 100644 --- a/theme/icons/superscript.svg +++ b/theme/icons/superscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 87e253281a5c0cdcf839baaa5712e1689a6deae0 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 15 Nov 2018 16:32:34 +0100 Subject: [PATCH 3/5] Other: Added missing viewBox attribute in SVG icons. --- theme/icons/bold.svg | 2 +- theme/icons/subscript.svg | 2 +- theme/icons/superscript.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/icons/bold.svg b/theme/icons/bold.svg index ddfebb0..0986cc7 100644 --- a/theme/icons/bold.svg +++ b/theme/icons/bold.svg @@ -1 +1 @@ - + diff --git a/theme/icons/subscript.svg b/theme/icons/subscript.svg index 63c9e2b..b568e27 100644 --- a/theme/icons/subscript.svg +++ b/theme/icons/subscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/superscript.svg b/theme/icons/superscript.svg index 5d49d97..80e7d66 100644 --- a/theme/icons/superscript.svg +++ b/theme/icons/superscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 58684699509cdaa99ce9573d22089587969b7fe8 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 15 Nov 2018 16:41:33 +0100 Subject: [PATCH 4/5] Other: Squashed useless groups in SVG icons. --- theme/icons/bold.svg | 2 +- theme/icons/code.svg | 2 +- theme/icons/subscript.svg | 2 +- theme/icons/superscript.svg | 2 +- theme/icons/underline.svg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/icons/bold.svg b/theme/icons/bold.svg index 0986cc7..bcefbf2 100644 --- a/theme/icons/bold.svg +++ b/theme/icons/bold.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/theme/icons/code.svg b/theme/icons/code.svg index e5d3f0e..ea8ef0b 100644 --- a/theme/icons/code.svg +++ b/theme/icons/code.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/subscript.svg b/theme/icons/subscript.svg index b568e27..250906a 100644 --- a/theme/icons/subscript.svg +++ b/theme/icons/subscript.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/superscript.svg b/theme/icons/superscript.svg index 80e7d66..92b5eb1 100644 --- a/theme/icons/superscript.svg +++ b/theme/icons/superscript.svg @@ -1 +1 @@ - \ 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 38728d5..b069491 100644 --- a/theme/icons/underline.svg +++ b/theme/icons/underline.svg @@ -1 +1 @@ - + \ No newline at end of file From d571ca410559c36f836126369cb565a7c639be7c Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Thu, 15 Nov 2018 16:53:51 +0100 Subject: [PATCH 5/5] Other: Removed useless fill-rule attributes in SVG icons. --- theme/icons/bold.svg | 2 +- theme/icons/code.svg | 2 +- theme/icons/italic.svg | 2 +- theme/icons/strikethrough.svg | 2 +- theme/icons/underline.svg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/icons/bold.svg b/theme/icons/bold.svg index bcefbf2..4cf547d 100644 --- a/theme/icons/bold.svg +++ b/theme/icons/bold.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/code.svg b/theme/icons/code.svg index ea8ef0b..433af8d 100644 --- a/theme/icons/code.svg +++ b/theme/icons/code.svg @@ -1 +1 @@ - \ 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 7ecfcf0..be0cc92 100644 --- a/theme/icons/italic.svg +++ b/theme/icons/italic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/theme/icons/strikethrough.svg b/theme/icons/strikethrough.svg index c280fdc..8544bf6 100644 --- a/theme/icons/strikethrough.svg +++ b/theme/icons/strikethrough.svg @@ -1 +1 @@ - \ 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 b069491..2c8c8f4 100644 --- a/theme/icons/underline.svg +++ b/theme/icons/underline.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file