Hi, Larry- lpmlabs9 wrote: > The decision by Adobe to pull support for their plugin is causing > concern by current and potential clients of SVG-based components that > I have built.
That's unfortunate. In reality, Adobe has not "supported" ASV for years (except for plugging security holes in a CYA strategy). You might reassure your clients by disabusing them of the common notion that Adobe will not still provide a download of the plug-in. Some companies still want the security of knowing a plug-in is "supported", though, which is understandable. <rant>Adobe, by not releasing the source, has removed any chance of 3rd-party (e.g. volunteer) support of ASV. I still disapprove of their handling of this whole situation, though they did settle on the bare minimum of community responsiblity.</rant> > Before I began using SVG a number of years back, I > built a few samples with VML. Now I must give an estimate on the > effort to support VML as well as SVG in 1 of my projects (others to > follow ?). Rather than doing this yourself, you might look at some OS efforts that are already going this route. I think I've heard of several, but most notable is dojo (which does it as part of its huge cross-browser script lib). > I spent today mapping the SVG features I utilized to their > counterpart in VML but a few important items remain. I'm looking for > the equivalent of marker-end/marker-mid as well as getPointAtLength. > Do they exist or can they be synthesized out of other available > elements? Any examples or pointers would be most welcome. I don't know if dojo handles this, but it's possible to do in script. You would have to essentially recreate the geometry calculations in the script, and write wrappers to effectively position markers at the appropriate place (note that orientation is probably going to be tricky). Regards- -Doug ----- 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/

