From: Manuel Giraud Date: Tue, 14 Nov 2023 13:49:37 +0000 (+0100) Subject: Add Gnus mode line logo in SVG format X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65600b97bd9890ac4884836bf02a394f89fc856f;p=emacs.git Add Gnus mode line logo in SVG format Bug#67174 * etc/images/gnus/gnus-pointer.svg: New Gnus mode line logo in SVG format. * lisp/gnus/gnus.el (gnus-mode-line-buffer-identification): Use it. --- 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 @@ be set in `.emacs' instead." 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)