[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] avoid hard-coded assumptions in image scaling
From: |
James N . V . Cash |
Subject: |
Re: [PATCH] avoid hard-coded assumptions in image scaling |
Date: |
Sun, 02 May 2021 16:56:33 -0400 |
Lars Ingebrigtsen <larsi@gnus.org> writes:
> The point of the heuristic here is that we want to scale images up on
> HiDPI screens, so the current code gives me a scaling factor of 2.3.
> (I've got a 14" 4K screen.)
Oh, okay, that makes sense! I'm trying to track down why I've been
seeing unexpected svg rendering issues on a 4k screen and came across
this in the process.
Sorry for the incorrect patch then!