How I can draw bezier curve in canvas. I have only start point and end point. I want to draw line from start point to end point. How I can do this?
With Path you can draw cubic and quadratic bezier curves. See cubicTo() and quadTo()