]> git.eshelyaron.com Git - emacs.git/commit
Fix :scale's affect on :width and :height (bug#47819)
authorAlan Third <alan@idiocy.org>
Fri, 16 Apr 2021 18:12:23 +0000 (19:12 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 17 Apr 2021 08:41:37 +0000 (09:41 +0100)
commitc7555f037ae7194fc331fb65c34c280680028b80
tree5fea85f7b04e6750764be6ca77bbd7b22bd097b6
parentcbf5bdd2538b92139603e7ab7ff17e4957bad7c6
Fix :scale's affect on :width and :height (bug#47819)

* src/image.c (compute_image_size): Multiply width and height values
by scale.
src/image.c