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 1MGDdI-00019X-Pe for garchives@archives.gentoo.org; Mon, 15 Jun 2009 14:58:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B0CCE0321; Mon, 15 Jun 2009 14:56:58 +0000 (UTC) Received: from mail-gx0-f207.google.com (mail-gx0-f207.google.com [209.85.217.207]) by pigeon.gentoo.org (Postfix) with ESMTP id 233C0E0321 for ; Mon, 15 Jun 2009 14:56:58 +0000 (UTC) Received: by gxk3 with SMTP id 3so17867729gxk.10 for ; Mon, 15 Jun 2009 07:56:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=TD5hoP3wYwMcpj5ZiNUzakKJOov9CG9ZZ/wp4h+gfsA=; b=wigfSQhD8DWYHo1NeSv99nyWIyrWOU88lmp3kX+j1Ty9ZLl2VERO9KLyo8UtGQRvRa 9yzpFvllZf2H4Tl4iV654SPmExVf3erZ3wQuoOYs3Gs09ruq2AXk/3fQAV77odisHRzH hFlGNz8TlTIEdzBvXBwuTygL+VkoTYmNfMk6U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=FaYgAuyL9yw1Mg57OXC9gsEDSGK031U8jMWOOQGUswqtVzqKwfdqhz3A456tOghRPB p1mj/RcUvMhMlJ9sZx/ENicqyjgkxys9v1GdEmEsc5f0Q5EN4XNAn8k66/Hdacg2I5Ku IQzYewwXRKzx3c0rnt/dcK/tX4RwEXSuy3uwo= 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 Sender: paul.hartman@gmail.com Received: by 10.151.72.1 with SMTP id z1mr13485745ybk.15.1245077328291; Mon, 15 Jun 2009 07:48:48 -0700 (PDT) In-Reply-To: <9acccfe50906150731k6a6c4dbh13823bdfa002e735@mail.gmail.com> References: <358eca8f0906150408n443e9a49u8411e32443f62a2a@mail.gmail.com> <4A36342B.8020400@f_philipp.fastmail.net> <358eca8f0906150530u7af6392bs7707f9095d9c2af7@mail.gmail.com> <9acccfe50906150731k6a6c4dbh13823bdfa002e735@mail.gmail.com> Date: Mon, 15 Jun 2009 09:48:48 -0500 X-Google-Sender-Auth: 6bb8dadd98c1691d Message-ID: <58965d8a0906150748v627e2c33p164b8f27968a2292@mail.gmail.com> Subject: Re: [gentoo-user] Re: SVG plugin From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: dd752faa-5e69-4ba4-b587-3193b99da065 X-Archives-Hash: cd01864ae8d682db209ecb3c617920b9 On Mon, Jun 15, 2009 at 9:31 AM, Kevin O'Gorman wrote: > 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. The >>>>> header of the file went like this: >>>>> ============================================= >>>>> >>>>> >>>> >>>>> "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd"> >>>>> >>>> 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? >>>> >>>> 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. Anyway, I have svg in >>> my /etc/make.conf and also have cairo installed: >>> >>> [I] x11-libs/cairo >>> >>> Installed versions: 1.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. You should just use a normal >> HTML header instead of this weird "> Embed SVG images inside the page with a PNG fallback like this: >> >> > width="PIXELS"> >> >> >> >> >> > > 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? http://www.w3schools.com/svg/svg_examples.asp All work fine for me in SeaMonkey