emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7717ff1c942 2/2: Add dot SVG icons


From: Yuan Fu
Subject: master 7717ff1c942 2/2: Add dot SVG icons
Date: Fri, 15 Sep 2023 03:44:34 -0400 (EDT)

branch: master
commit 7717ff1c9426da2f737a722ad3a36633346c8209
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    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  | Bin 0 -> 41 bytes
 etc/images/symbols/dot_large_16.svg  |   3 +++
 etc/images/symbols/dot_medium_16.pbm | Bin 0 -> 41 bytes
 etc/images/symbols/dot_medium_16.svg |   3 +++
 etc/images/symbols/dot_small_16.pbm  | Bin 0 -> 41 bytes
 etc/images/symbols/dot_small_16.svg  |   3 +++
 6 files changed, 9 insertions(+)

diff --git a/etc/images/symbols/dot_large_16.pbm 
b/etc/images/symbols/dot_large_16.pbm
new file mode 100644
index 00000000000..03154adb813
Binary files /dev/null and b/etc/images/symbols/dot_large_16.pbm differ
diff --git a/etc/images/symbols/dot_large_16.svg 
b/etc/images/symbols/dot_large_16.svg
new file mode 100644
index 00000000000..dcc8eee380b
--- /dev/null
+++ b/etc/images/symbols/dot_large_16.svg
@@ -0,0 +1,3 @@
+<svg width="16" height="16" viewBox="0 0 16 16"  
xmlns="http://www.w3.org/2000/svg";>
+<circle cx="8" cy="8" r="6" />
+</svg>
diff --git a/etc/images/symbols/dot_medium_16.pbm 
b/etc/images/symbols/dot_medium_16.pbm
new file mode 100644
index 00000000000..d5af22f50c0
Binary files /dev/null and b/etc/images/symbols/dot_medium_16.pbm differ
diff --git a/etc/images/symbols/dot_medium_16.svg 
b/etc/images/symbols/dot_medium_16.svg
new file mode 100644
index 00000000000..18250ef12c6
--- /dev/null
+++ b/etc/images/symbols/dot_medium_16.svg
@@ -0,0 +1,3 @@
+<svg width="16" height="16" viewBox="0 0 16 16"  
xmlns="http://www.w3.org/2000/svg";>
+<circle cx="8" cy="8" r="4" />
+</svg>
diff --git a/etc/images/symbols/dot_small_16.pbm 
b/etc/images/symbols/dot_small_16.pbm
new file mode 100644
index 00000000000..6feef99ef53
Binary files /dev/null and b/etc/images/symbols/dot_small_16.pbm differ
diff --git a/etc/images/symbols/dot_small_16.svg 
b/etc/images/symbols/dot_small_16.svg
new file mode 100644
index 00000000000..1d6a279b5dc
--- /dev/null
+++ b/etc/images/symbols/dot_small_16.svg
@@ -0,0 +1,3 @@
+<svg width="16" height="16" viewBox="0 0 16 16"  
xmlns="http://www.w3.org/2000/svg";>
+<circle cx="8" cy="8" r="2" />
+</svg>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]