Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クリック、タッチスタートなどの別の動的イベントを追加できるかどうかを知りたい.
元 :
$('canvas').drawArc({ layer:true, strokeStyle: '#000', strokeWidth: 5, x: 100, y: 100, radius: 50, my_event : function(layer) { } });