bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57813: Icon images are non-functional


From: Juri Linkov
Subject: bug#57813: Icon images are non-functional
Date: Wed, 14 Sep 2022 22:40:07 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

(info "(elisp) Icons") suggests to use:

     (define-icon outline-open button
       '((image "right.svg" "open.xpm" "open.pbm" :height line)
         (emoji "▶️")
         (symbol "▶" "➤")
         (text "open" :face icon-button))
       "Icon used for buttons for opening a section in outline buffers."
       :version "29.1"
       :help-echo "Open this section")

So I tried this with 'C-h b', but images are displayed as black boxes.

PS: "right.svg" exists in etc/images/right.svg.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]