26 Apr
2014
26 Apr
'14
7:55 p.m.
2014-04-26 0:23 GMT+02:00 Papoj Thamjaroenporn <pt2277@...3110...>:
Hi Krzysztof,
What I printed were the positions of the path using initialPoint(), finalPoint(), and valueAt() methods in Path class.
The path is typically stored in SVG document coordinates, e.g. the origin is at the top left corner of the document and Y grows downwards. However, these coordinates are affected by the viewbox and the current transformation matrix.
Regards, Krzysztof