diff options
author | Alan Third <alan@idiocy.org> | 2021-04-03 23:23:54 +0100 |
---|---|---|
committer | Alan Third <alan@idiocy.org> | 2021-04-03 23:23:54 +0100 |
commit | 0689a4ac508a213f29c11ed6230596885d42f89b (patch) | |
tree | fc3270b2928787092fe78d1a1f069b9f38457aff /etc/images/checkbox-mixed.svg | |
parent | 1fdbeffe3a65cb23abb43a4ea59df9553c9246f9 (diff) | |
download | emacs-0689a4ac508a213f29c11ed6230596885d42f89b.tar.gz emacs-0689a4ac508a213f29c11ed6230596885d42f89b.tar.bz2 emacs-0689a4ac508a213f29c11ed6230596885d42f89b.zip |
Make new SVG widgets match character height (bug#47074)
* etc/images/checkbox-mixed.svg:
* etc/images/checked.svg:
* etc/images/radio-checked.svg:
* etc/images/radio-mixed.svg:
* etc/images/radio.svg:
* etc/images/unchecked.svg: Use viewBox and set height to 1em.
Diffstat (limited to 'etc/images/checkbox-mixed.svg')
-rw-r--r-- | etc/images/checkbox-mixed.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/images/checkbox-mixed.svg b/etc/images/checkbox-mixed.svg index 13bccaa7ce1..647a0ccf9b4 100644 --- a/etc/images/checkbox-mixed.svg +++ b/etc/images/checkbox-mixed.svg @@ -1,4 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"> +<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 16 16"> <g> <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="M5 6a2 2 0 100 4h6a2 2 0 100-4z" overflow="visible" /> |