Need to draw a Bezier curve with customized width

working on one of the my android game and need to draw a cubic Bezier curve, however the method in DrawNode::drawQuadBezier doesn’t have width control (only one very thin curve is drawn), any way to amend this problem?

ETA: It seems that drawSegment has width control, how do I utilize this method while drawing bezier curves?

1 Like

Up up bro :smiley: