newbie
02-23-2005, 11:53 AM
Hi,
I'd like to draw an arc from A path attribute using flash Drawing API.(curveTo)
Till now I could draw quadratic and cubic bezier curves, so I thought an arc can be drawn as a cubic bezier curve knowing start and end points , but the A attribue doesn't provide control points for the cubic curve to be drawn.
How can I calculate the control points ?
If there was an easier solution please tell .
Thanx
I'd like to draw an arc from A path attribute using flash Drawing API.(curveTo)
Till now I could draw quadratic and cubic bezier curves, so I thought an arc can be drawn as a cubic bezier curve knowing start and end points , but the A attribue doesn't provide control points for the cubic curve to be drawn.
How can I calculate the control points ?
If there was an easier solution please tell .
Thanx