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.
This commit is contained in:
Po Lu 2022-09-16 15:45:36 +08:00
parent 8b29b29693
commit 58454b6615
3 changed files with 2 additions and 0 deletions

Binary file not shown.

BIN
etc/images/outline-open.pbm Normal file

Binary file not shown.

View file

@ -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 "))