I wanted to draw text on curve created using quadraticCurveTo in canvas and curve can be change by using mouse, i found some of answer but those are about bezierCurveTo here is link How Can I draw a Text Along arc path with HTML 5 Canvas?.
so how can i draw text along with quadraticCurveTo ?