]> git.eshelyaron.com Git - emacs.git/commit
Add dot SVG icons
authorYuan Fu <casouri@gmail.com>
Fri, 15 Sep 2023 07:28:31 +0000 (00:28 -0700)
committerYuan Fu <casouri@gmail.com>
Fri, 15 Sep 2023 07:44:23 +0000 (00:44 -0700)
commit7717ff1c9426da2f737a722ad3a36633346c8209
treeeb1e2f239b9b63586a1124327b65bed32500f8ba
parent04fd8b173bd4fda5b09ef76c814827cc9fa6edb2
Add dot SVG icons

The advantage of SVG dots over Unicode dots is that their size is
fixed.  With Unicode dots, the size varies with the font.

Dot icons can be useful for status indicator: green dot for online,
red dot for offline, etc.

* etc/images/symbols/dot_large_16.pbm:
* etc/images/symbols/dot_large_16.svg:
* etc/images/symbols/dot_medium_16.pbm:
* etc/images/symbols/dot_medium_16.svg:
* etc/images/symbols/dot_small_16.pbm:
* etc/images/symbols/dot_small_16.svg: New file.
etc/images/symbols/dot_large_16.pbm [new file with mode: 0644]
etc/images/symbols/dot_large_16.svg [new file with mode: 0644]
etc/images/symbols/dot_medium_16.pbm [new file with mode: 0644]
etc/images/symbols/dot_medium_16.svg [new file with mode: 0644]
etc/images/symbols/dot_small_16.pbm [new file with mode: 0644]
etc/images/symbols/dot_small_16.svg [new file with mode: 0644]