I am creating Custom shapes in kinteicjs, with parameters provided at run time.
This shape will include an arc segment. I assume I have to use the arcTo() method to draw this segment, not the arc() method (please correct me if I am wrong).
Finding the correct parameters for the arcTo() method is hell in my opinion. Question: are there libraries / custom js code available somewhere that can be used as an alternative to draw arcs?
arcTohard to use? What is the desired API here? – Gijs Oct 4 '12 at 12:57