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 ) id 1MGDDG-0004ob-1t for garchives@archives.gentoo.org; Mon, 15 Jun 2009 14:31:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF1D9E039F; Mon, 15 Jun 2009 14:31:04 +0000 (UTC) Received: from mail-yx0-f184.google.com (mail-yx0-f184.google.com [209.85.210.184]) by pigeon.gentoo.org (Postfix) with ESMTP id C32DCE039F for ; Mon, 15 Jun 2009 14:31:04 +0000 (UTC) Received: by yxe14 with SMTP id 14so227207yxe.32 for ; Mon, 15 Jun 2009 07:31:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=D1f3y5t4lZVPmRqe1oQhETLvT6sWC8zvR9CTidsUbnw=; b=cfBHz0Ie0q63f19Q8VLbb30q+qNFLoOdiz95cWVkbhAZ3aRW0XY72NXiGJfg1pWFIX 2fLWJatBikCzUYgYUSMp/5qiGJFYg9I/blSDzDImrsC4KGNu1eQWH9KSH/0WC5F5aOuY m4Aa0NxWbSe1LvoSA27PxxpOnvk3qN7J1ecKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=hVe6seWY4HdnVQtyipqHR2Y7dxf/4Wv7maCS1yylVJL00/wCTqY0OTdwtEE1mkVVk6 xUR2gFrybhE4y8UHwZcUiaehfkKvyyN+/Y5oowtHZOOVnPmtqtAGFgwe433VFc5fEOdQ mydP9mW0uc1lfLstAlPvokpS8LfcLWilTDlKo= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.90.115.17 with SMTP id n17mr6290096agc.88.1245076264193; Mon, 15 Jun 2009 07:31:04 -0700 (PDT) In-Reply-To: References: <358eca8f0906150408n443e9a49u8411e32443f62a2a@mail.gmail.com> <4A36342B.8020400@f_philipp.fastmail.net> <358eca8f0906150530u7af6392bs7707f9095d9c2af7@mail.gmail.com> Date: Mon, 15 Jun 2009 07:31:02 -0700 Message-ID: <9acccfe50906150731k6a6c4dbh13823bdfa002e735@mail.gmail.com> Subject: Re: [gentoo-user] Re: SVG plugin From: "Kevin O'Gorman" To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: edc4f568-0db9-412a-98bb-7ed65a44dbac X-Archives-Hash: 89c5e0284e7e4bdc40f1365aaae84a1a On Mon, Jun 15, 2009 at 5:43 AM, Nikos Chantziaras wrote: > On 06/15/2009 03:30 PM, Mick wrote: >> >> 2009/6/15 Florian Philipp: >>> >>> Mick schrieb: >>>> >>>> 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. =A0Th= e >>>> header of the file went like this: >>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >>>> >>>> >>> >>>> "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylabl= e.dtd"> >>>> >>> style=3D"font-family:'Arial';font-size:8"> >>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >>>> >>>> Adobe seem to have abandoned further development. =A0Any idea what I c= an >>>> use to render such a graphic (image/svg+xml) in a browser? >>> >>> Firefox supports svg out of the box, now. Maybe you need the svg >>> USE-flag for x11-libs/cairo. >> >> Hmm, mozilla-firefox does not have an svg flag. =A0Anyway, I have svg in >> my /etc/make.conf and also have cairo installed: >> >> [I] x11-libs/cairo >> >> =A0 =A0 =A0Installed versions: =A01.8.6-r1!t(18:54:43 03/17/09)(X glitz = opengl >> svg -cleartype -debug -directfb -doc -xcb) >> >> It's not just FF, but also Opera and Konqueror cannot render it either >> and ask to download a plugin. > > The code in your webpage is probably wrong. =A0You should just use a norm= al > HTML header instead of this weird " =A0Embed SVG images inside the page with a PNG fallback like this: > > width=3D"PIXELS"> > =A0 =A0 > > > > I tried that Adobe site in FF on gentoo and ubuntu with the same non-result. On Vista, I tried FF, Opera, Safari and IE 8, with varied forms of failure. Interestingly, Opera at least offered to start inkscape to view the image, which succeeded. The text on that image suggested it's specific to an adobe plugin -- which it plugs of course. Does somebody have a web page with SVGs that normal browsers with non-proprietary plugins/viewers _can_ view? --=20 Kevin O'Gorman, PhD