From: stephane B <is...@ne...> - 2003-02-04 18:01:30
|
Hello, it seems that dynlayer doesn't support svg ... is it right ? and i'm wondering why ... thanks stephane B |
From: Doug M. <do...@cr...> - 2003-02-04 18:30:31
|
um.. what the hell's svg? ----- Original Message ----- From: "stephane B" <is...@ne...> To: <dyn...@li...> Sent: Tuesday, February 04, 2003 10:10 AM Subject: [Dynapi-Help] dynapi and svg > Hello, > it seems that dynlayer doesn't support svg ... > is it right ? > and i'm wondering why ... > > thanks > stephane B > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > |
From: stephane B <is...@ne...> - 2003-02-04 18:47:36
|
> um.. what the hell's svg? scalable vector graphics http://www.w3.org/Graphics/SVG i think it's quite well known ... no ? and quite wonderful... (my point of view) stephane B |
From: <ts...@ep...> - 2003-02-04 18:52:20
|
SVG = Scalable Vector Graphics. As the name suggests it's a vector graphics format for the web. This means that you're no longer stuck with resolution-fixed pictures. Imagine a piece of graphic which contains a map. If it's in SVG format you'll be able to zoom in without quality loss. Read more here: http://www.gector.org/robert/svg/ http://www.w3.org/TR/SVG/ http://www.adobe.com/svg/main.html Regards, Thomas Søndergaard www.alternativ.dk ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Tuesday, February 04, 2003 10:29 PM Subject: Re: [Dynapi-Help] dynapi and svg > um.. what the hell's svg? > ----- Original Message ----- > From: "stephane B" <is...@ne...> > To: <dyn...@li...> > Sent: Tuesday, February 04, 2003 10:10 AM > Subject: [Dynapi-Help] dynapi and svg > > > > Hello, > > it seems that dynlayer doesn't support svg ... > > is it right ? > > and i'm wondering why ... > > > > thanks > > stephane B > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: rameshp <ra...@in...> - 2003-02-05 06:34:00
|
stephane B wrote: >Hello, >it seems that dynlayer doesn't support svg ... >is it right ? >and i'm wondering why ... > btw, which browser do you use, bcoz AFAIK only IE supports svg viewing. No other main browsers support it ... yet. On my linux system i need to download and install separete svg viewing tools to view an svg image file An svg file is to be treated like something as a flash file rather than an image file but eventually without the need for a plugin. that is the main objective of the svg project and unfortunately that's still far away form being reached. even in IE, i know i can open and view svg files directly but i,m not sure if they work when inside an <img> tag in a HTML page. check this out ... just try embedding an svg image in a simple plain html page (without any dynalayer) using the <img src="xxx.svg"> tag and see if it works. my guess is that it wont work. if it works in plain html content, it should also work with html content inside a dynlayer. let the browser's support svg first .. that's a primary requirement. P.S - an svg file is a manually editable xml-based file format unlike image files. regardz ramesh pallikara -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[ ra...@in... ]~~~ When we talk to God it's called prayer. When God talks back it's called schizophrenia. ~~~[ AdventNet Inc, 91 - 44 - 243 12 15, 243 11 15 Extn. 216 ]~~~~~~~~~~ |
From: stephane B <is...@ne...> - 2003-02-05 09:35:50
|
Hello, > btw, which browser do you use, bcoz AFAIK only IE supports svg viewing. > No other main browsers support it ... yet. sorry .... but no ... you can view svg file in mozilla (compile mozilla with with svg support ) there is a licence prb between the creator of this extension and the mozilla licence .... you can do it manually :-) > even in IE, i know i can open and view svg files directly but i,m not > sure if they work when inside an <img> tag in a HTML page. > check this out ... > just try embedding an svg image in a simple plain html page (without any > dynalayer) using the <img src="xxx.svg"> tag and see if it works. my > guess is that it wont work. i suppose you are killing :-) > if it works in plain html content, it should also work with html content > inside a dynlayer. > let the browser's support svg first .. that's a primary requirement. of course :-) i'm not so stupid :-) i ve spend a couple of hours to make work svg file .... something doesn't work ... in my code don't know why ... sure setHTML don't support <svg>etc...</svg> .... i will try other solution ... and give result to this mailing ... bye stephane B |