There seems to be a great solution for simple vector graphics that can be seen in any browser without a plugin: It's the JavaScript library dojo (http://www.dojotoolkit.org/) which has the ability to render vector graphics in either SVG (Firefox, Opera, Webkit) or VML (InternetExplorer).
You might want to look at a draft of the syntax they use, it is very similar to SVG: http://docs.google.com/View?docid=d764479_1hnb2tn and check out some demos: http://www.dojotoolkit.org/demos In an attempt to try this out we built an interactive population pyramid which you can see here: http://www.destatis.de/laenderpyramiden/index.html Sorry, this in in german only but you'll get the idea. Performance in IE is poor but it works without any plugin and even prints as vectors (IE and Webkit only). While this may be a bad idea for the SVG purist, there are chances for real world apps. What do you think? 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

