Hi everyone,
I'm new with PIXI,
I'm wondering how to use PIXI to draw a line like this (in the picture). For example, the start point is (100, 100), end point is (700, 700). I see this in a site and I know they use quadraticCurve, but I can't decode that part they draw the line. (I think this can also be done with bezierCurveTo)
Does anyone know this can help me?
Thank you for your answer