From: Florian Philipp <lists@f_philipp.fastmail.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] SVG plugin
Date: Mon, 15 Jun 2009 18:56:40 +0200 [thread overview]
Message-ID: <4A367D48.7030106@f_philipp.fastmail.net> (raw)
In-Reply-To: <358eca8f0906150658sf48139fp8ea00bb521c8bb2@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1490 bytes --]
Mick schrieb:
> Thanks Philip,
>
> 2009/6/15 Florian Philipp <lists@f_philipp.fastmail.net>:
>> Mick schrieb:
>
>>> It's not just FF, but also Opera and Konqueror cannot render it either
>>> and ask to download a plugin.
>> How did you put the svg into the web site? I know for certain that FF
>> can render SVG (just try to open an SVG directly with FF). Have you put
>> it into an <embed> or an <object> tag?
>
> ==========================================
> <P ALIGN=Center><TABLE BORDER=1><TR><TD>
>
> <EMBED WIDTH=564 HEIGHT=240 SRC=aprj1.svg
> PLUGINSPAGE=http://www.adobe.com/svg/viewer/install/>
>
>
>
> <NOEMBED><SMALL>SVG graphic not displayed. Browser does not support plugins.
>
> </SMALL></NOEMBED></TD></TR></TABLE></P>
> ==========================================
>
> When you go here: http://www.adobe.com/svg/viewer/install/svgtest.html
>
> Do you get to see the SVG graphics? It won't work on my machine. FF
> says "click here to download plugin".
Try something as simple as
<object data="image.svg" type="image/svg+xml" width="200"
height="200">
<param name="src" value="image.svg">
Your browser does not support SVG.
</object>
As far as I know, <embed> is deprecated. You have to state explicitly
with which plugin you want to render it. Firefox notices that it doesn't
have the plugin for which the link is given in your example and
therefore stops to bother without even trying its own support.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 261 bytes --]
prev parent reply other threads:[~2009-06-15 16:57 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-15 11:08 [gentoo-user] SVG plugin Mick
2009-06-15 11:44 ` Florian Philipp
2009-06-15 12:30 ` Mick
2009-06-15 12:43 ` [gentoo-user] " Nikos Chantziaras
2009-06-15 14:31 ` Kevin O'Gorman
2009-06-15 14:44 ` Kevin O'Gorman
2009-06-15 14:51 ` Paul Hartman
2009-06-15 15:58 ` Mick
2009-06-15 15:34 ` Daniel da Veiga
2009-06-15 16:05 ` Mick
2009-06-15 14:48 ` Paul Hartman
2009-06-15 14:57 ` Paul Hartman
2009-06-15 15:01 ` Paul Hartman
2009-06-15 16:02 ` Mick
2009-06-15 17:58 ` pk
2009-06-16 14:13 ` Kevin O'Gorman
2009-06-16 14:47 ` Paul Hartman
2009-06-16 14:51 ` Paul Hartman
2009-06-16 15:02 ` Paul Hartman
2009-06-16 20:02 ` Mick
2009-06-16 20:19 ` Paul Hartman
2009-06-15 13:30 ` [gentoo-user] " Florian Philipp
2009-06-15 13:58 ` Mick
2009-06-15 16:56 ` Florian Philipp [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A367D48.7030106@f_philipp.fastmail.net \
--to=lists@f_philipp.fastmail.net \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox