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: Re: SVG and Emacs Date: Mon, 20 Sep 2004 18:38:06 -0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200409201838.06056.pogonyshev@gmx.net> References: <200409192302.00885.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1095695536 26706 80.91.229.6 (20 Sep 2004 15:52:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2004 15:52:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 20 17:52:05 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 1C9QSS-00086h-00 for ; Mon, 20 Sep 2004 17:52:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9QYK-0005Vi-Py for ged-emacs-devel@m.gmane.org; Mon, 20 Sep 2004 11:58:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9QYD-0005Vc-H9 for emacs-devel@gnu.org; Mon, 20 Sep 2004 11:58:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9QYC-0005VQ-1E for emacs-devel@gnu.org; Mon, 20 Sep 2004 11:58:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9QYB-0005VN-UD for emacs-devel@gnu.org; Mon, 20 Sep 2004 11:57:59 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C9QR7-0006b8-UP for emacs-devel@gnu.org; Mon, 20 Sep 2004 11:50:42 -0400 Original-Received: (qmail 31281 invoked by uid 65534); 20 Sep 2004 15:43:59 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.116) by mail.gmx.net (mp024) with SMTP; 20 Sep 2004 17:43:59 +0200 X-Authenticated: #16844820 Original-To: rms@gnu.org User-Agent: KMail/1.4.3 In-Reply-To: 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:27335 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27335 > 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. > > It is rather a heavyweight solution. Is there no library > for SVG which doesn't need these things? I only know about librsvg and ksvg (KDE SVG library, must be much heavier). Actually, librsvg doesn't use full GTK+, only gdk-pixbuf, GLib and Pango. Maybe it could be made dynamically-loadable (though I can't say I'm familiar with dynamic library loading). Paul