
26 Apr
2014
26 Apr
'14
8:53 p.m.
2014-04-26 19:21 GMT+02:00 Jabiertxo Arraiza Cenoz <jabier.arraiza@...2893...>:
Hi to all.
I have a linear Geom::Curve for example whith a "d" like: M 0,0 100,0 I pass to this curve the function "pointAt(0.333333)" The previsible result is "33.333"... but this, give me "25.9259". Any body know whats happend?
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