raghu raman wrote: > I need to draw a arrow head in middle of the given path. > <path d="M 212747656,-190398966 L 212721062,-190451692 L 212437743,-190301694 > L 212430133,-190282952 L 212258060,-190192589"/> > Kindly let me know your solutions
Raghu, this list is made of a bunch of helpful people that does its most to answer questions. If your question remains unanswered, I believe that's because there is no simple answer to it, ie. it involves quite complex computations, that are beyond my own knowledge. Even looking at fabled Kevin Lindsey's site, which is full of useful JavaScript geometrical algorithms, I see no simple solution (but perhaps I didn't looked hard enough). Perhaps you could explore it yourself to see if something fits your needs. In all cases, repeating your questions in different forms would probably not help much. You are not forgotten, but it is a delicate question. I believe SVG specs defined a function to calculate a path length, but I am not sure it is implemented in ASV3, and even so I don't see how to find the middle of the path, except by iterating perhaps. -- Philippe Lhoste -- (near) Paris -- France -- http://Phi.Lho.free.fr -- For servers mangling my From and Reply-To fields, -- please send private answers to PhiLho(a)GMX.net -- -- -- -- -- -- -- -- -- -- -- -- -- -- ----- 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/

