From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Nicolas P. Rougier (inria)" Newsgroups: gmane.emacs.devel Subject: ELPA: New package: svg-lib Date: Mon, 27 Sep 2021 15:49:16 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35601"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.6; emacs 27.2 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 27 16:09:44 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 1mUrKA-0008ya-UD for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Sep 2021 16:09:42 +0200 Original-Received: from localhost ([::1]:34048 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mUrK9-0007pm-Vj for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Sep 2021 10:09:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55150) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUr7s-0007vY-Oh for emacs-devel@gnu.org; Mon, 27 Sep 2021 09:57:00 -0400 Original-Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:65165) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUr7q-0003NQ-GF for emacs-devel@gnu.org; Mon, 27 Sep 2021 09:57:00 -0400 IronPort-HdrOrdr: =?us-ascii?q?A9a23=3AeOhufqg1x33JjAiMHOkXhD4BVnBQXscji2hC?= =?us-ascii?q?6mlwRA09TyX4raCTdZsguiMc5Ax6ZJhCo7G90cu7L080nKQdibX5Vo3PYOCJgg?= =?us-ascii?q?aVBb154ZCnyzPtHDCWzIVg6Zs=3D?= X-IronPort-AV: E=Sophos;i="5.84,326,1620684000"; d="scan'208";a="394143510" Original-Received: from unknown (HELO P-E3-Elodie.imn.u-bordeaux2.fr) ([147.210.29.86]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2021 15:56:53 +0200 Received-SPF: pass client-ip=192.134.164.104; envelope-from=nicolas.rougier@inria.fr; helo=mail3-relais-sop.national.inria.fr X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=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:275587 Archived-At: Dear all, I would like to submit a new package to ELPA which is a library for generating various SVG tags, progress bars, progress pies & icons that fits nicely in a text buffer. The library is hosted at https://github.com/rougier/svg-lib and the README displays what it looks like. Note that there is still a pending bug with text size for some users (see https://github.com/rougier/svg-tag-mode/pull/14. This is a different project but the problem is the same). Any help appreciated. Best, Nicolas