GNU bug report logs - #37578
26.3; image-mode does not display the bottom edge of a tall image

Previous Next

Package: emacs;

Reported by: ynyaaa <at> gmail.com

Date: Wed, 2 Oct 2019 09:02:01 UTC

Severity: normal

Found in version 26.3

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 37578 <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: ynyaaa <at> gmail.com
Cc: 37578 <at> debbugs.gnu.org
Subject: Re: bug#37578: 26.3; image-mode does not display the bottom edge of
 a tall image
Date: Wed, 2 Oct 2019 21:04:58 +0100
On Wed, Oct 02, 2019 at 06:00:38PM +0900, ynyaaa <at> gmail.com wrote:
> 
> When viewing a tall image with image-mode, 
> typing M-> shows bottom side of the image.
> But the lowest edge is not displayed.
> 
> Evaluate the form below and type M->,
> the bottom curve (semicircle) is partially hidden.
> 
> (let ((svg-data "\
> <svg width=\"100\" height=\"1500\"
>      xmlns=\"http://www.w3.org/2000/svg\">
>   <rect fill=\"blue\" rx=\"50\" ry=\"50\" width=\"100\" height=\"1500\"/>
> </svg>
> "))
>   (switch-to-buffer (generate-new-buffer "tmp"))
>   (insert svg-data)
>   (image-mode))

Confirmed in master. Oddly I can scroll to the bottom of the image
using the mousewheel, but not with the keyboard.

-- 
Alan Third




This bug report was last modified 5 years and 267 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.