From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: SVG and Emacs Date: Sun, 19 Sep 2004 23:02:00 -0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200409192302.00885.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1095624163 12982 80.91.229.6 (19 Sep 2004 20:02:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2004 20:02:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 19 22:02:31 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C97tH-0003cw-00 for ; Sun, 19 Sep 2004 22:02:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C97z7-0003iV-MQ for ged-emacs-devel@m.gmane.org; Sun, 19 Sep 2004 16:08:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C97yz-0003hi-GW for emacs-devel@gnu.org; Sun, 19 Sep 2004 16:08:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C97yw-0003hH-Sb for emacs-devel@gnu.org; Sun, 19 Sep 2004 16:08:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C97yw-0003h6-Pf for emacs-devel@gnu.org; Sun, 19 Sep 2004 16:08:22 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C97sk-0002Zj-VK for emacs-devel@gnu.org; Sun, 19 Sep 2004 16:01:59 -0400 Original-Received: (qmail 13577 invoked by uid 65534); 19 Sep 2004 20:01:56 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.120) by mail.gmx.net (mp006) with SMTP; 19 Sep 2004 22:01:56 +0200 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.4.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27285 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27285 There is an item in `etc/TODO' that says: ``Add support for SVG (Scalable Vector Graphics) rendering to Emacs.'' Has anybody started on this? If not, I may be willing to have a try, provided that `librsvg' usage is acceptable. That library (basically) requires GTK+, libart, libxml and Xft2. Doesn't mean that it cannot be used in Emacs `--with-x', of course. Paul