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: Back from 28.0.90 to master Date: Sun, 12 Dec 2021 12:18:40 +0000 Message-ID: References: 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="40525"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 12 13:20:01 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 1mwNpg-000AHF-ID for ged-emacs-devel@m.gmane-mx.org; Sun, 12 Dec 2021 13:20:01 +0100 Original-Received: from localhost ([::1]:33966 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mwNpe-0007FH-MD for ged-emacs-devel@m.gmane-mx.org; Sun, 12 Dec 2021 07:19:58 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54106) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mwNoV-0006LG-Kw for emacs-devel@gnu.org; Sun, 12 Dec 2021 07:18:48 -0500 Original-Received: from outbound.soverin.net ([116.202.126.228]:49447) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mwNoT-00032w-20 for emacs-devel@gnu.org; Sun, 12 Dec 2021 07:18:46 -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 3C8A7185; Sun, 12 Dec 2021 12:18:43 +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=1639311522; bh=/mzjJK2BMCp4WcDS11yHluT7d+BXLXlB5KbYT46lKzA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=arIE+osDSUPtawtXUizn2mqCYyeSQIoR07tbYZ3HRKeRTvYpuqKZqc5So5xmDuXuX sydMfGRHCoGhHfqL8Xk9q6z6mYoPpKL0ZHu3tgJufE/hF5LTEbVC82Z3kmfmLvBEXl /wNfDig2Q2oGpht3/rcawfLZhvQhzKaUrDhe56OXFh+8dx7CKg4fTUa14ws+uUDT0+ R46POvu643/rFrV7RLpX620U01/VLN0VFHg3D4dwIUmZ8R6kRPNRUtIFLqWQ3tKvpo 3qKuocOlutyCiWJGganaF3aqfjmppqtkVOC/VPgDDZ8sw4rwL8OzjSqDiMrOuaFVK5 MP58wE+su8+BQ== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95-RC2) (envelope-from ) id 1mwNoO-001BO3-Bt; Sun, 12 Dec 2021 12:18:40 +0000 Mail-Followup-To: Alan Third , Pedro Andres Aranda Gutierrez , emacs-devel Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=116.202.126.228; 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.29 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:281787 Archived-At: On Fri, Dec 10, 2021 at 08:52:40AM +0100, Pedro Andres Aranda Gutierrez wrote: > I have another question for master on macOS. Why is it still relying on > librsvg if the rest of the images are drawn natively? I know that the > emacs-mac fork is using WebKit to draw SVG. Is that going to be adopted by > Emacs in the (near) future? When I looked at this using webkit to generate images looked to me like far more hassle than it was worth. -- Alan Third