
26 Apr
2014
26 Apr
'14
10:58 p.m.
There is probably a transformation matrix in effect and the d does not match the coordinates in the path. Try calling initialPoint() and finalPoint() to verify that the curve contains what you expect
Regards, Krzysztof
Hi Krzysztof, Finaly i just find the problem: I'm trying to find the time in a Geom::Curve, from a SPCurve. This segment is straight but instead generated by lineto, is, badly, generated by curveto, using the same value for pont cubic[0] and cubic[1], and for the others points, cubic[2] and cubic[3].
Now working well. Thanks for the quick reply.
Regards, Jabiertxo.