From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: "Fix" sag scaling for hidpi Date: Sat, 13 Feb 2021 23:14:24 +0000 Message-ID: References: <9C04F72C-1BB6-4308-AD8E-4A2B471CAC4E@gmail.com> <871rdkte4f.fsf@gnus.org> <87h7mgqj60.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32515"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Yuan Fu , Robert Pluim , emacs-devel , monnier@iro.umontreal.ca, Lars Ingebrigtsen , Eli Zaretskii To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 14 00:15:54 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lB48o-0008Md-1W for ged-emacs-devel@m.gmane-mx.org; Sun, 14 Feb 2021 00:15:54 +0100 Original-Received: from localhost ([::1]:51704 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lB48m-0003lj-SC for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Feb 2021 18:15:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lB47f-0002ni-Sv for emacs-devel@gnu.org; Sat, 13 Feb 2021 18:14:43 -0500 Original-Received: from outbound.soverin.net ([116.202.65.218]:49991) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lB47d-0001aP-3Z; Sat, 13 Feb 2021 18:14:43 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id B2E5E600D0; Sat, 13 Feb 2021 23:14:29 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1613258068; bh=xjIaao8QLx/JNTIKN5Qir4W/8nvqbba2OS53vnANYNQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jzwi4A5JQtGDHZJPyJZRKhjqy+oZauMAONtFOdprByGcrLwrlBSEMZ5jxE9hse4aL ZFQgjSYsb40dwgsteVjLcDUjKIf4+x6R0qf7PESpoO7NOtsDlYX/D95yevJVeAGU89 qSivPDKzQIt1lYJoVqQxpQwdEgLCy7rNK/LL29aNrGxekCXSq36d8oa1Fl8YVwBAoz V4bziPym2Ezs5huvTlbRdPiSnLSv4MqCXkZrLQMcgkh3ISPSAYsLgxc8z0ncoEHCKa ZxHE2SURYdn2fYm6BnWM0hB4pnYvo4sk+dvK0+N/BQVdLsX3k8mMtsnpFGPbnEJNYa 2PlLzWa8gK9eQ== Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 041CA202A6D557; Sat, 13 Feb 2021 23:14:24 +0000 (GMT) Mail-Followup-To: Alan Third , Dmitry Gutov , Lars Ingebrigtsen , Yuan Fu , Robert Pluim , Eli Zaretskii , monnier@iro.umontreal.ca, emacs-devel Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=116.202.65.218; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:264670 Archived-At: On Sun, Feb 14, 2021 at 12:50:26AM +0200, Dmitry Gutov wrote: > I noticed the pgtk and the GTK3 builds render them in different size at 2x > scaling. Basically, pgtk scales (and renders them kind of fuzzily) and GTK3 > does not. I wonder if their rendering could be standardized as well, and > whether the same approach could be used to avoid fuzziness. Really I think we should be providing hi-res, or vector, versions of the fringe bitmaps for hi-dpi screens. I'm not sure if we can just swap in SVG files for the fringe bitmaps on systems that support them... Fringe bitmaps are special in some way. -- Alan Third