summaryrefslogtreecommitdiff
path: root/etc/images/unchecked.svg
diff options
context:
space:
mode:
authorAlan Third <alan@idiocy.org>2021-04-04 14:08:48 +0100
committerAlan Third <alan@idiocy.org>2021-04-04 14:26:07 +0100
commitdd5ba88afbb63f54603cc632fc55993c04531a85 (patch)
tree5ee864f84c94ee316ffc66f18449ea5ea7ca6745 /etc/images/unchecked.svg
parent6a80632c3f8041e61186b1c85d9a33f1cb862ea5 (diff)
downloademacs-dd5ba88afbb63f54603cc632fc55993c04531a85.tar.gz
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.
Diffstat (limited to 'etc/images/unchecked.svg')
-rw-r--r--etc/images/unchecked.svg2
1 files changed, 1 insertions, 1 deletions
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 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 16 16">
- <path d="M3.5 1A2.506 2.506 0 001 3.5v9C1 13.876 2.124 15 3.5 15h9c1.376 0 2.5-1.124 2.5-2.5v-9C15 2.124 13.876 1 12.5 1zm0 1h9c.84 0 1.5.66 1.5 1.5v9c0 .84-.66 1.5-1.5 1.5h-9c-.84 0-1.5-.66-1.5-1.5v-9C2 2.66 2.66 2 3.5 2z" overflow="visible" />
+ <path d="M3.5 1A2.506 2.506 0 0 0 1 3.5v9C1 13.876 2.124 15 3.5 15h9c1.376 0 2.5-1.124 2.5-2.5v-9C15 2.124 13.876 1 12.5 1zm0 1h9c.84 0 1.5 .66 1.5 1.5v9c0 .84-.66 1.5-1.5 1.5h-9c-.84 0-1.5-.66-1.5-1.5v-9C2 2.66 2.66 2 3.5 2z" overflow="visible" />
</svg>