From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-96788-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MGA35-0007Bm-ML
	for garchives@archives.gentoo.org; Mon, 15 Jun 2009 11:08:24 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CBCB4E03BD;
	Mon, 15 Jun 2009 11:08:21 +0000 (UTC)
Received: from mail-bw0-f223.google.com (mail-bw0-f223.google.com [209.85.218.223])
	by pigeon.gentoo.org (Postfix) with ESMTP id 859D7E03BD
	for <gentoo-user@lists.gentoo.org>; Mon, 15 Jun 2009 11:08:21 +0000 (UTC)
Received: by bwz23 with SMTP id 23so2877373bwz.34
        for <gentoo-user@lists.gentoo.org>; Mon, 15 Jun 2009 04:08:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:date:message-id:subject
         :from:to:content-type:content-transfer-encoding;
        bh=vrB0igJJfII1/zutmHK8UI354j8SyI0wydQmXZMcBDM=;
        b=v1jCJ33I/hzCJKarQdcdlxR7k/uRNbQt6aAaxzPodOT8BTkJWt4nIhToa45kXyjvp7
         KB+jFH3XDfwjiGwYcQ/ftDsC+Id01cvN5L91nU58ikAFAbVDqhm4Z1+KXaelFB9OG4be
         RfieoK/cPO0WLyEdSFJMP91YRLmhAlI9AWRk0=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        b=XtEht7zQ2x6uZAGJZW0dB0xwPibQNKyaUM8j0wkJFfF9xlk5yje2nh76XF7SQUuroj
         LecA1Wsq7kyUQmpihCvUkUEWqIGgNi0Pil8ubY60Fxsm4eOf/rqd3MdVFDmUbd6dFSn0
         35NOtm7/jgDi2NLJ8DSVG/PpjY/x4P7ZWyTNk=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.204.118.69 with SMTP id u5mr6985587bkq.77.1245064100892; Mon, 
	15 Jun 2009 04:08:20 -0700 (PDT)
Date: Mon, 15 Jun 2009 12:08:20 +0100
Message-ID: <358eca8f0906150408n443e9a49u8411e32443f62a2a@mail.gmail.com>
Subject: [gentoo-user] SVG plugin
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: da58eeab-5b07-4cfd-95c7-5732421d9dfe
X-Archives-Hash: f2f80811359f2a5d8c0333f16dc40026

Hi All,

Trying to view a web page I produced some yonks ago, which at that the
time would utilise the Adobe SVG plugin to render a gantt chart.  The
header of the file went like this:
=============================================
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN"
"http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd">
<svg xml:space="preserve" width="10in" height="8in"
style="font-family:'Arial';font-size:8">
=============================================

Adobe seem to have abandoned further development.  Any idea what I can
use to render such a graphic (image/svg+xml) in a browser?
-- 
Regards,
Mick