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

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

bug#67533: SVG images confound position pixel measurements


From: JD Smith
Subject: bug#67533: SVG images confound position pixel measurements
Date: Sun, 3 Dec 2023 10:49:37 -0500

BTW, in case anyone is wondering where window-text-pixel-size with a negative 
pixel FROM offset is needed, Po Lu's pixel-scroll-precision-up-page is using 
precisely this approach to measure the content above window-start (so as to 
smoothly scroll up with high performance):

        (let* ((start (window-start))
               (dims (window-text-pixel-size nil (cons start (- delta))
                                             start nil nil nil t))




reply via email to

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