On Sat, Feb 13, 2021 at 10:29 AM chad <yandros@gmail.com> wrote:

On Sat, Feb 13, 2021 at 7:09 AM Lars Ingebrigtsen <larsi@gnus.org> wrote:
I tried loading the splash.svg file, and it's displayed here the same
size as the splash.png file.  Debian bullseye, HiDPI, scaling factor of
2.3, so the 333-pixel-wide image is displayed as a 760-pixel-wide image:

(insert-image (create-image "~/src/emacs/trunk/etc/images/splash.png"))
(insert-image (create-image "~/src/emacs/trunk/etc/images/splash.svg"))

This is a Gtk Emacs, but not a pgkt Emacs -- I haven't tried the pgtk
branch...

 FWIW, I took this from a pgtk branch as of late last night.

Scratch that; I just realized that I had accidentally added an error to my build scripts that was impacting feature/pgtk. This is from a fresh emacs -Q from that branch. Apologies for the noise.