Skip to content

Commit

Permalink
change image overlay method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Nov 3, 2021
1 parent aa90b3a commit cdf404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scimax-inkscape.el
Expand Up @@ -117,7 +117,7 @@ Make a new file if needed."
(not (ov-at start)))
(setq img (create-image
(expand-file-name path)
'imagemagick nil :width scimax-inkscape-thumbnail-width
nil nil
:background "lightgray"))
(setq ov (make-overlay start end))
(overlay-put ov 'display img)
Expand Down

0 comments on commit cdf404d

Please sign in to comment.