When I export the path drawn on PaperJS, I got this:
["Path",
{"applyMatrix":true,
"segments":
[
[
[255, 451.51563],
[0, 0],
[0, -2.09596]
],
[
[255, 439.51563],
[-1.22916, 1.22916],
[0.23839, -0.23839]
],
[
[269, 441.51563],
[0, -0.70695],
[0, 0]
]
],
"strokeColor":[0, 0, 1]
}
]
In segments object, there are segments composed of 3 arrays. I understand that the first arrays are the coordinates of successives points drawn. What are the last two arrays?