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:
parent
8b29b29693
commit
58454b6615
3 changed files with 2 additions and 0 deletions
BIN
etc/images/outline-close.pbm
Normal file
BIN
etc/images/outline-close.pbm
Normal file
Binary file not shown.
BIN
etc/images/outline-open.pbm
Normal file
BIN
etc/images/outline-open.pbm
Normal file
Binary file not shown.
|
@ -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 "))
|
||||
|
|
Loading…
Add table
Reference in a new issue