From 756306531f394d4160f6506042984f4583351258 Mon Sep 17 00:00:00 2001 From: Alan Third Date: Sun, 4 Apr 2021 14:08:48 +0100 Subject: [PATCH] Work around librsvg bug (bug#47074) Librsvg <= 2.40 has restrictions on how certain numbers can be run together in path elements which do not match the SVG spec. * etc/images/checkbox-mixed.svg: * etc/images/checked.svg: * etc/images/radio-checked.svg: * etc/images/unchecked.svg: Separate problem numbers. * etc/images/radio-mixed.svg: Separate problem numbers and color and font-weight data. --- etc/images/checkbox-mixed.svg | 4 ++-- etc/images/checked.svg | 2 +- etc/images/radio-checked.svg | 4 ++-- etc/images/radio-mixed.svg | 4 ++-- etc/images/unchecked.svg | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/images/checkbox-mixed.svg b/etc/images/checkbox-mixed.svg index 647a0ccf9b..6e46b803c8 100644 --- a/etc/images/checkbox-mixed.svg +++ b/etc/images/checkbox-mixed.svg @@ -1,6 +1,6 @@ - - + + diff --git a/etc/images/checked.svg b/etc/images/checked.svg index b84dde1c3a..4cbdef04f2 100644 --- a/etc/images/checked.svg +++ b/etc/images/checked.svg @@ -1,6 +1,6 @@ - + diff --git a/etc/images/radio-checked.svg b/etc/images/radio-checked.svg index 5354324c34..8950b447a0 100644 --- a/etc/images/radio-checked.svg +++ b/etc/images/radio-checked.svg @@ -1,6 +1,6 @@ - - + + diff --git a/etc/images/radio-mixed.svg b/etc/images/radio-mixed.svg index e2a6fcae57..1b3bfa78e9 100644 --- a/etc/images/radio-mixed.svg +++ b/etc/images/radio-mixed.svg @@ -1,6 +1,6 @@ - + - + diff --git a/etc/images/unchecked.svg b/etc/images/unchecked.svg index 7cc1516220..09bab8de95 100644 --- a/etc/images/unchecked.svg +++ b/etc/images/unchecked.svg @@ -1,3 +1,3 @@ - + -- 2.29.2