display.curveTo

Hi,

adding a request for this feature:

http://wwwmacr-sjc0.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/display/Graphics.html#curveTo()

as required here:
http://developer.anscamobile.com/forum/2010/11/03/graphs-charts-needed

although i notice Carlos has implemented some curves with the standard drawing features
http://developer.anscamobile.com/forum/2010/10/06/bezier-curves-corona

it would be good to be able to do an operation as in AS3 though to draw a (pie-chart) segment

beginFill();  
lineTo(...);  
lineTo(...)  
curveTo(...)  
endFill();  

[import]uid: 6645 topic_id: 3376 reply_id: 303376[/import]

sorry, fixed link for the Adobe curveTo reference [import]uid: 6645 topic_id: 3376 reply_id: 10039[/import]