summaryrefslogtreecommitdiff
path: root/lisp/outline.el
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-09-16 15:45:36 +0800
committerPo Lu <luangruo@yahoo.com>2022-09-16 15:45:36 +0800
commit58454b661578bb56d8feccb1b0340b94869f0655 (patch)
tree39df3e47c7e39b66c106c52e613b91d11fbdfa92 /lisp/outline.el
parent8b29b296931a20ee9f3b3e19aab07ba71b9a12c1 (diff)
downloademacs-58454b661578bb56d8feccb1b0340b94869f0655.tar.gz
emacs-58454b661578bb56d8feccb1b0340b94869f0655.tar.bz2
emacs-58454b661578bb56d8feccb1b0340b94869f0655.zip
Add portable versions of the outline SVGs
* lisp/outline.el (outline-open): (outline-close): Add PBM images. * etc/images/outline-open.pbm: * etc/images/outline-close.pbm: New images used on systems without librsvg.
Diffstat (limited to 'lisp/outline.el')
-rw-r--r--lisp/outline.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/outline.el b/lisp/outline.el
index aee6f696b5b..25f3b21e632 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -294,6 +294,7 @@ buffers (yet) -- that will be amended in a future version."
(define-icon outline-open nil
'((image "outline-open.svg" :height 15 :ascent center)
+ (image "outline-open.pbm" :height 15 :ascent center)
(emoji "🔽")
(symbol " ▼ ")
(text " open "))
@@ -303,6 +304,7 @@ buffers (yet) -- that will be amended in a future version."
(define-icon outline-close nil
'((image "outline-close.svg" :height 15 :ascent center)
+ (image "outline-close.pbm" :height 15 :ascent center)
(emoji "▶️")
(symbol " ▶ ")
(text " close "))