>From 7ddf403b2ca30dbc45651214b6d93c360dccfbfe Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Tue, 14 Nov 2023 14:49:37 +0100 Subject: [PATCH] Gnus mode line logo in SVG * etc/images/gnus/gnus-pointer.svg: SVG Gnus mode line logo. * lisp/gnus/gnus.el (gnus-mode-line-buffer-identification): Use it. --- etc/images/gnus/gnus-pointer.svg | 94 ++++++++++++++++++++++++++++++++ lisp/gnus/gnus.el | 6 +- 2 files changed, 98 insertions(+), 2 deletions(-) create mode 100644 etc/images/gnus/gnus-pointer.svg diff --git a/etc/images/gnus/gnus-pointer.svg b/etc/images/gnus/gnus-pointer.svg new file mode 100644 index 00000000000..67a631cdcf5 --- /dev/null +++ b/etc/images/gnus/gnus-pointer.svg @@ -0,0 +1,94 @@ + + + + + + + + + + image/svg+xml + + + gnus + 2008/06/28 + + + Francesc Rocher + + + + + GPL + + + gnus icon image + + + + + + + + diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index fc8518512ee..ffe81e5c585 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -325,8 +325,10 @@ gnus-mode-line-buffer-identification 0 5 (list 'display (find-image - '((:type xpm :file "gnus-pointer.xpm" - :ascent center) + '((:type svg :file "gnus-pointer.svg" + :ascent center) + (:type xpm :file "gnus-pointer.xpm" + :ascent center) (:type xbm :file "gnus-pointer.xbm" :ascent center)) t) -- 2.42.0