From dd5ba88afbb63f54603cc632fc55993c04531a85 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 647a0ccf9b4..6e46b803c81 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 b84dde1c3a5..4cbdef04f25 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 5354324c34a..8950b447a0b 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 e2a6fcae57d..1b3bfa78e9d 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 7cc15162201..09bab8de95b 100644 --- a/etc/images/unchecked.svg +++ b/etc/images/unchecked.svg @@ -1,3 +1,3 @@ - + -- 2.39.5