[svg-developers] How to check for browser compatibilty for SVG using javascript?

2005-02-26 Thread ztij0


Hi all,

This is the second time I am posting this. I didn't get a proper
solution the last time. Does anybody have a javascript which will
check for browser compatibility for SVG for all the platforms. It
would be great if someone can help in this regard.

Thanks in Advance.





-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Launch a sound both at startup and on click ?

2005-02-26 Thread tim_anglade


Hi,

I'm trying to use sounds with ASV6. I know how to launch a sound at
startup or when a button is clicked, but my problem is, I'd like to
do  both.

Example : a startup music that begins as soon as the svg is loaded.
The user can then click a stop button to make it stop (I know how to
go that far), but I would like to implement a play button to make
the music start again. Logicaly, I can't put two begin properties in
one  sound element. Maybe I could use javascript, but I don't know
much about it..


Any help would be greatly appreciated.

Thanks in advance,
Tim.





-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: Launch a sound both at startup and on click ?

2005-02-26 Thread Heiko Niemann


Hi Tim,

no script needed. You can simply define a value-list for the begin
attribute: begin=0s;playButton.click

sample at:
http://www.zuccaralloo.de/devgroup/samples/sound.svg

download at:
http://www.zuccaralloo.de/devgroup/?m=messages

Regards-
-Heiko



--- In svg-developers@yahoogroups.com, tim_anglade
[EMAIL PROTECTED] wrote:
 
 Hi,
 
 I'm trying to use sounds with ASV6. I know how to launch a sound at
 startup or when a button is clicked, but my problem is, I'd like to
 do  both.
 
 Example : a startup music that begins as soon as the svg is loaded.
 The user can then click a stop button to make it stop (I know how to
 go that far), but I would like to implement a play button to make
 the music start again. Logicaly, I can't put two begin properties in
 one  sound element. Maybe I could use javascript, but I don't know
 much about it..
 
 
 Any help would be greatly appreciated.
 
 Thanks in advance,
 Tim.





-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] How Do I Pull in and Use an XML File?

2005-02-26 Thread astarwithin


Hi, I'm working on an XML driven SVG web map for dragonfly species in
NH. Basically scientists will save their data in Excel to XML and I
pull that data into an SVG map to color code various shapes based on
the data. 

But I'm not exactly sure how to pull in the basic XML data into my SVG
file. I came across some references to XLink but I'm not exactly sure
what to do... 

Any help would be greatly appreciated!

-Beth





-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] opentype to truetype converter

2005-02-26 Thread Chris Lilley

On Friday, February 25, 2005, 6:33:50 PM, Thomas wrote:


TD Hi Chris,

TD Chris Lilley wrote:
 On Thursday, February 24, 2005, 1:42:51 PM, Andreas wrote:

 AN I have a Opentype font that I would like to convert to SVG glyphs
 AN for use in a svg mapping application. 
  
 AN I only have a truetype to svg glyph converter (Batik).
  
 Any features of OpenType that would not be understood by a truetype to
 svg converter would also be lost by an OpenType to Truetype converter.

TD I don't know for certain but I guessed that this was one of
TD the OpenType formats that used Type1 font outlines instead of
TD TrueType outlines.  The Batik font converter will not handle those.

Thats true. Although, since they use the same tabular TrueType
structure, and since SVG can handle cubic beziers just as well as
quadratic beziers, converting an OpenType font that uses Type1 glyphs to
SVG is actually easier than converting it to TrueType because the glyph
outline data can be directly used.

It would be nice to see the Batik converted extended to handle this
glyph form. Does anyone feel motivated to add the capability?

 Batik can be used to process Opentype fonts,

TD OpenType fonts that still use TrueType outlines.

 although it will loose any information such as glyph substitution 
 tables that cannot be directly represented in an SVG font.

TD Also true (I think ;)

By which I meant, certain types of substitution are representable in SVG
fonts (ligatures, arabic forms, chinese/japanese glyph variants) and
some are not (devanagari vowels, for example).

Just as some sorts of language-specific font information are not
representable in OpenType and need something like Graphite.

-- 
 Chris Lilleymailto:[EMAIL PROTECTED]
 Chair, W3C SVG Working Group
 W3C Graphics Activity Lead



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] SVG showing up as XML text file in browser (viewer IS installed)

2005-02-26 Thread Marjorie Roswell

This one feels dumb, but I haven't been able to solve it yet.

I can view, this SVG file (for instance, and many others ) in my browser:
http://www.carto.net/papers/svg/samples/mouse_over_effects.svg

But when I save it as a local file (or create my own SVG file) I just
get the display of the xml with the plus and minus signs in my IE
browser. Same thing is true if I use the built-in browsers on various
of my web developer tools (Dreamweaver, and Namo): Just text, no
graphics.

I'm also the one who posted the request on how to embed SVG into a
blogspot blog. For whatever reason, I can see the message at
http://groups.yahoo.com/group/svg-developers/message/47856
But it never seemed to arrive into my gmail account.)

Anyhow, mysteries of the universe. I'd really love to get started with
SVG, but at least at home, I can't create files and view them (yet.)
No problem on the browser at work.

At first I thought the problem had something to do with switching from
textpad to the browser, but having downloaded an SVG that I can view
over the web, but not if it's local, I'm a bit stuck.

Sincerely,

Margie
http://SVGMapper.blogspot.com/

P.S. In the file associations, it looks like I have the option to call
an SVG an SVG document or an HTML Document. Is one preferred over
the other?


-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] SVG showing up as XML text file in browser (viewer IS installed)

2005-02-26 Thread Michael Bolger

Hi Marjorie

get the display of the xml with the plus and minus signs in my IE

I like Firefox with ASV 6.0
http://www.adobe.com/svg/viewer/install/beta.html


cheers
michael








-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[svg-developers] Re: Launch a sound both at startup and on click ?

2005-02-26 Thread tim_anglade


Ok, that was easy after all :)

Many thanks !

--- In svg-developers@yahoogroups.com, Heiko Niemann [EMAIL PROTECTED] 
wrote:
 
 Hi Tim,
 
 no script needed. You can simply define a value-list for the begin
 attribute: begin=0s;playButton.click
 
 sample at:
 http://www.zuccaralloo.de/devgroup/samples/sound.svg
 
 download at:
 http://www.zuccaralloo.de/devgroup/?m=messages
 
 Regards-
 -Heiko
 
 
 
 --- In svg-developers@yahoogroups.com, tim_anglade
 [EMAIL PROTECTED] wrote:
  
  Hi,
  
  I'm trying to use sounds with ASV6. I know how to launch a sound at
  startup or when a button is clicked, but my problem is, I'd like to
  do  both.
  
  Example : a startup music that begins as soon as the svg is loaded.
  The user can then click a stop button to make it stop (I know how to
  go that far), but I would like to implement a play button to make
  the music start again. Logicaly, I can't put two begin properties in
  one  sound element. Maybe I could use javascript, but I don't know
  much about it..
  
  
  Any help would be greatly appreciated.
  
  Thanks in advance,
  Tim.





-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] SVG showing up as XML text file in browser (viewer IS installed)

2005-02-26 Thread Marjorie Roswell

I downloaded Firefox, love its speed, appreciate the tip, but alas, I
think I've downloaded and run the version 3 and version 6 ASV a slew
of times, and I still can't see SVG files in Firefox. It's 1:10 on a
Saturday night. Oy, the things we do.

Any hints?

Margie


On Sat, 26 Feb 2005 10:21:41 -0800, Michael Bolger
[EMAIL PROTECTED] wrote:
  Hi Marjorie
  
  get the display of the xml with the plus and minus signs in my IE
  
  I like Firefox with ASV 6.0
  http://www.adobe.com/svg/viewer/install/beta.html
  
  
  cheers
  michael
  
  
  
  
  
  
  
 
  -
  To unsubscribe send a message to:
 [EMAIL PROTECTED]
  -or-
  visit http://groups.yahoo.com/group/svg-developers and click edit my
 membership
   
 
  
  
  Yahoo! Groups Sponsor 
  
  ADVERTISEMENT
  
  
  
  Yahoo! Groups Links
  
 To visit your group on the web, go to:
 http://groups.yahoo.com/group/svg-developers/
   
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/