[svg-developers] Re: path parser - extract path

2005-01-25 Thread e2mieluv
Hi.. thanks for the info, my purpose is to get all those points in a path rather than just M value since i would need to use all the points to put into an array for processing later.so i'll need to extract all the points. path parser has able to extract multiple path and extract 1 point(x y)

[svg-developers] Re: path parser - extract path

2005-01-23 Thread e2mieluv
Thanks philippe! It does work great in extracting the points from the path as I wanted.one thing i would like to know however, will it only abstract the M points and not the rest? since most path drawn by maps would have multiple joints of path in a single drawn path. thanks again! i'm

Re: [svg-developers] Re: path parser - extract path

2005-01-23 Thread Philippe Lhoste
e2mieluv wrote: It does work great in extracting the points from the path as I wanted.one thing i would like to know however, will it only abstract the M points and not the rest? since most path drawn by maps would have multiple joints of path in a single drawn path. thanks again! i'm