At 04:50 AM 3/20/2006, you wrote: >I have posted an update to IESVG, a simple Javascript behavior that >allows inline SVG to be rendered in IE 'natively' using VML to render. >I added simple support for gradient fills and <svg:g> elements.
Interesting... am I correct in assuming you are using JavaScript to read the SVG content, and where corresponding VML tags exist (like ellipse:oval and rect:rect and path:curves+lines), you rebuild the content in those VML tags? As I recall the VML gradients were a bit restrictive compared to SVG's gradients, so one could imagine trying to stitch chucks of SVG gradients together to mimic the stop points in SVG. Will VML continue to exist once XAML emerges? DD ----- 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/

