Hi all,
Maybe you've noticed: I reworked the internals of SPCurve such that now it is possible to get the old Inkscape pathtype (NArtBpath) or the 2geom type PathVector (both representations are kept in-sync with each other).
I have started converting all calls for the old type (get_bpath or SP_CURVE_BPATH) to the new PathVector type (get_pathvector). Helping me with this conversion would be really nice, but I think I have already dealt with most of the easy ones. Therefore...
My request is for *new* code to use get_pathvector! I'm sure you'll find the 2geom type much nicer to work with than the old path type. If you need help, talk to us in the lib2geom jabber channel; some times functionality is lacking from 2geom and we are very interested in hearing about them!
:-) Johan