GNU bug report logs -
#47036
27.1; XBM file image cannot be resized with :width and :height
Previous Next
Reported by: ynyaaa <at> gmail.com
Date: Wed, 10 Mar 2021 09:24:02 UTC
Severity: wishlist
Tags: confirmed
Found in version 27.1
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
ynyaaa <at> gmail.com writes:
> Evaluating the form below, XBM image with :height property is not
> displayed in the first and second inserted line.
>
> (let ((img1 (find-image '((:file "gnus/gnus.xbm" :type xbm :height 100))))
> (img2 (find-image '((:file "gnus/gnus.xbm" :type xbm :width 100))))
> (img3 (find-image '((:file "gnus/gnus.xbm" :type xbm))))
> (img4 (find-image '((:file "gnus/gnus.xpm" :type xpm :height 100 )))))
> (insert "with :height\t")
> (insert-image img1 "ALTTEXT1")
> (insert "\nwith :width\t")
> (insert-image img2 "ALTTEXT2")
> (insert "\nwithout :width or :height\t")
> (insert-image img3 "ALTTEXT3")
> (insert "\nXPM with :height\t")
> (insert-image img4 "ALTTEXT4"))
I've now fixed this in Emacs 29.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.