From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Background color in SVG display Date: Thu, 23 Jun 2022 16:04:25 +0300 Message-ID: <83fsjvedk6.fsf@gnu.org> References: <82czeznamq.fsf@gmail.com> <834k0bg8ww.fsf@gnu.org> <828rpnmzv6.fsf@gmail.com> <83letnek0c.fsf@gnu.org> <82zgi3lgkw.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26811"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 23 15:06:10 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1o4MXB-0006jW-UT for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 23 Jun 2022 15:06:09 +0200 Original-Received: from localhost ([::1]:43754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4MXA-00076N-Sd for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 23 Jun 2022 09:06:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4MVn-00072s-7C for help-gnu-emacs@gnu.org; Thu, 23 Jun 2022 09:04:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43172) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4MVm-0000wr-UF for help-gnu-emacs@gnu.org; Thu, 23 Jun 2022 09:04:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=B2o3gesnZZGWLs/I7qa5vpF0B4FAnVWWIdT1xnXjUog=; b=lm+f23IaC6LB ADAiRVp71S24o5idEU2QIBb7X57V2eg22prpXEvY7Xt5SU9oHHZbvSK9QYVrkoGS4InYkEKm/RVXZ BFRo76Flhs3EmTqzUAi+3MYtuilmGUZS9aiY6A7Qg5E7jo9wT2a6RGp1440NCCwFpKNLkr97NSlm2 YlJD96BENHxprKeQIEY7R39rDDHDiypaC8V7NPiDZRwDMa1oEK2SbYZ1Bg/oEnWN/HsrMhqAce6Yd 37dvbVX+GKw8BUCVDlmNm7qt1KBDDmzpYpmz/2gkE2fGt6NfB76Nev6mYHZKxO+tjGTroearY/mfX l0Idah1cSNsAbRkwGqNk0g==; Original-Received: from [87.69.77.57] (port=4170 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4MVd-00057C-O1 for help-gnu-emacs@gnu.org; Thu, 23 Jun 2022 09:04:40 -0400 In-Reply-To: <82zgi3lgkw.fsf@gmail.com> (message from Pascal Quesseveur on Thu, 23 Jun 2022 14:17:19 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:138018 Archived-At: > From: Pascal Quesseveur > Date: Thu, 23 Jun 2022 14:17:19 +0200 > > >"EZ" == Eli Zaretskii writes: > > EZ> Emacs near the one with splash.svg: you will see that the background > EZ> of the image is white, like the one in the second Emacs. > > I thought it would be the frame background, azure in that > case. Anyway when I try with a SVG file without background I don't see > the frame background. And it works with emacs 27.1. We did make changes in how SVG images are handled wrt their background, so if you think the new behavior is a bug, feel free to submit an Emacs bug report. (Your version of librsvg also matters.)