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

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

[QUESTION] why there is a horizontal line in middle of text-property dis


From: Christopher M. Miles
Subject: [QUESTION] why there is a horizontal line in middle of text-property displayed image?
Date: Mon, 12 Sep 2022 08:54:11 +0800
User-agent: mu4e 1.8.9; emacs 29.0.50

Question: As the email subject said.

Here is the two screenshots:

*NOTE*: The image itself does not have this horizontal line.

The point is on image:

PNG image

The point is not on image:

PNG image

Here is the prototype code which displaying image with text-property:

#+begin_src emacs-lisp
(put-text-property start end
                   'display (create-image thumbnail nil nil :ascent 'center 
:max-height thumbnail-size))
#+end_src

- If this is some kind of internal mechanism of Emacs, can someone explain why?

- If have some method to remove those horizontal lines. How to do it?

-- 

[ stardiviner ]
I try to make every word tell the meaning that I want to express without 
misunderstanding.

Blog: https://stardiviner.github.io/
IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

Attachment: signature.asc
Description: PGP signature


reply via email to

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