Embed SVG-tags directly in html

2004-02-12 Thread robby . pelssers
Is the only way to embed SVG in html by using the embed Tag ??

I would like to know if there is a way to directly use 
http://www.w3.org/2000/svg"; width="1000" heigth="120"> 
   content of SVG image
  

in the  html tag ??

thanks in advance,

Robby Pelssers

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Embed SVG-tags directly in html

2004-02-12 Thread Jorg Heymans
yup as far as i know.

There is a mozilla port that is supposedly able to render SVG natively, 
but i haven't checked on its status the last couple of months.

Jorg

[EMAIL PROTECTED] wrote:
Is the only way to embed SVG in html by using the embed Tag ??

I would like to know if there is a way to directly use 
http://www.w3.org/2000/svg"; width="1000" heigth="120"> 
   content of SVG image
  

in the  html tag ??

thanks in advance,

Robby Pelssers


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Embed SVG-tags directly in html

2004-02-12 Thread Eduard Drenth
On Thu, 2004-02-12 at 13:16, [EMAIL PROTECTED] wrote:
> Is the only way to embed SVG in html by using the embed Tag ??
> 

You could also use an object tag:



> I would like to know if there is a way to directly use 
> http://www.w3.org/2000/svg"; width="1000" heigth="120"> 
>    content of SVG image
>   
> 
> in the  html tag ??
> 

I don't think there is, but what you can do is serialize only the svg to
the browser, if it has a plugin it will display the image:



Eduard

> thanks in advance,
> 
> Robby Pelssers
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Eduard Drenth <[EMAIL PROTECTED]>
home sweet home


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Embed SVG-tags directly in html

2004-02-12 Thread Heinz Wittenbrink
The "XHTML + MathML + SVG Profile" of the W3C may be interesting in 
this context:

http://www.w3.org/TR/XHTMLplusMathMLplusSVG/xhtml-math-svg.html

Heinz



Am 12. Feb 2004 um 13:31 schrieb Eduard Drenth:

On Thu, 2004-02-12 at 13:16, [EMAIL PROTECTED] wrote:
Is the only way to embed SVG in html by using the embed Tag ??

You could also use an object tag:


I would like to know if there is a way to directly use
http://www.w3.org/2000/svg"; width="1000" heigth="120">
   content of SVG image

in the  html tag ??

I don't think there is, but what you can do is serialize only the svg 
to
the browser, if it has a plugin it will display the image:



Eduard

thanks in advance,

Robby Pelssers

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Eduard Drenth <[EMAIL PROTECTED]>
home sweet home
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Heinz Wittenbrink

wittenbrink.net
online publikationen
Kirchenstr. 67
D-81675 München
Kastellfeldgasse 34/II
A-8010 Graz
fon: +49 89 411 88 936
mobil: +49 173 27 30 717
fax: +49 89 413194 22
mailto:[EMAIL PROTECTED]
http://www.wittenbrink.net
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Embed SVG-tags directly in html

2004-02-12 Thread H . vanderLinden
Hi Robby,

> Is the only way to embed SVG in html by using the embed Tag ??
> 
> I would like to know if there is a way to directly use 
> http://www.w3.org/2000/svg"; width="1000" 
> heigth="120"> 
>    content of SVG image
>   
> 
> in the  html tag ??

I don't think (m)any browser can handle SVG by itself, but needs plugins of
some kind. If you include it directly the browser will either choke or
present the raw data as text.

Hope this helps.

Bye, Helma

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Embed SVG-tags directly in html

2004-02-12 Thread Laurent Trillaud
Hi
If you don't need dynamic SVG, you can serialize your SVG into PNG or JPEG
and you will no longer need a plugin!
Laurent Trillaud

> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 12 février 2004 13:16
> À : [EMAIL PROTECTED]
> Objet : Embed SVG-tags directly in html
> 
> Is the only way to embed SVG in html by using the embed Tag ??
> 
> I would like to know if there is a way to directly use
> http://www.w3.org/2000/svg"; width="1000" heigth="120">
>    content of SVG image
> 
> 
> in the  html tag ??
> 
> thanks in advance,
> 
> Robby Pelssers
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]