From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from a3.inai.de (a3.inai.de [88.198.85.195]) by mx.groups.io with SMTP id smtpd.web10.32592.1673131322419247583 for ; Sat, 07 Jan 2023 14:42:03 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: inai.de, ip: 88.198.85.195, mailfrom: jengelh@inai.de) Received: by a3.inai.de (Postfix, from userid 25121) id B299D5872F6FB; Sat, 7 Jan 2023 23:41:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by a3.inai.de (Postfix) with ESMTP id E681760D50411; Sat, 7 Jan 2023 23:41:58 +0100 (CET) Date: Sat, 7 Jan 2023 23:41:58 +0100 (CET) From: "Jan Engelhardt" To: "devel@edk2.groups.io" , "Kinney, Michael D" Subject: Re: [edk2-devel] [PATCH] MdeModulePkg: remove garbage pixels in LaffStd glyphs In-Reply-To: Message-ID: <2pp81927-6rqp-o3s0-s969-6r793n999srn@vanv.qr> References: <20230107151610.18728-1-jengelh@inai.de> User-Agent: Alpine 2.25 (LSU 592 2021-09-18) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII On Saturday 2023-01-07 19:22, Michael D Kinney wrote: >Can you add a before and after picture to the PR for the glyphs that have been updated. Added to the GH issue. >> --- >> This was previously posted to https://github.com/tianocore/edk2/pull/3330 >> where you can see a visual representation of what is being corrected. >> >> .../Universal/Console/GraphicsConsoleDxe/LaffStd.c | 10 +++++----- >> 1 file changed, 5 insertions(+), 5 deletions(-)