From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs canvas support Date: Thu, 30 Apr 2020 05:36:32 +0300 Message-ID: <837dxxya1b.fsf@gnu.org> References: <875zdikdge.fsf.ref@yahoo.com> <875zdikdge.fsf@yahoo.com> <875zdi8988.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="39837"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 30 04:38:58 2020 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 1jTz6G-000AFO-IA for ged-emacs-devel@m.gmane-mx.org; Thu, 30 Apr 2020 04:38:56 +0200 Original-Received: from localhost ([::1]:43832 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTz6F-0002rB-Ka for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 22:38:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41616) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTz4E-0002O1-LR for emacs-devel@gnu.org; Wed, 29 Apr 2020 22:38:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41479) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTz4E-0006WA-0r; Wed, 29 Apr 2020 22:36:50 -0400 Original-Received: from [176.228.60.248] (port=4442 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jTz4C-0007HD-RX; Wed, 29 Apr 2020 22:36:49 -0400 In-Reply-To: <875zdi8988.fsf@mail.linkov.net> (message from Juri Linkov on Wed, 29 Apr 2020 23:48:31 +0300) 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:248208 Archived-At: > From: Juri Linkov > Date: Wed, 29 Apr 2020 23:48:31 +0300 > Cc: Po Lu > > > I'd appreciate some feedback on something I came up with during my spare > > time: Emacs canvas support. > > Great, thanks! I'm going to try to use canvas-rounded-rectangle > for rounded corners of tabs. Sometime ago I tried to draw them > with Cairo, but the implementation was too ah-hoc. Whereas your > solution is more generally usable. Did you try using svg.el? > Would you put your code on a branch? We need to finish the legal paperwork first.