--- In [email protected], "Jake Beard" <[EMAIL PROTECTED]> wrote: > > > I was going to hold off on posting this until it had gone through a > few more iterations, but I am working on a script that transforms svg, > either inline or embedded, into VML by leveraging dojox.gfx. The > project page is here, but there's not much to see yet in terms of > demos, as we're currently in the process of deploying it on our pages: > > http://msdl.cs.mcgill.ca/people/jake/svg2gfx > > Jake >
A very interesting project, Jake. It evokes several thoughts to me: Looking for SVG to VML converters I came across the Vector Converter project http://vitali.web.cs.unibo.it/Progetti/VectorConverter they convert SVG <-> VML by means of XSLT There are some ways to add Greasemonkey-like functionality to IE http://en.wikipedia.org/wiki/Greasemonkey#Internet_Explorer if you could write your script to work as a user Javascript then this might be an alternative to an SVG plugin. Have you looked into HTML+TIME Animation? http://msdn2.microsoft.com/en-us/library/ms533113.aspx It can also be used to animate style properties of VML elements (I've tested that), and since position, dimensions, and rotation are determined by style properties in VML this could allow some declarative animation in SVG to be converted. Regards Frank ------------------------------------ ----- 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/

