-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Labels
Description
I would like to do something like this using your plugin, basically just to draw circle of certain radius at the start of the arc.
Is it possible with your plugin? I've browsed source code, but I'm unsure where to put this kind of stuff, my guess is that I add extra method like drawStartCircle in drawArc function and extra property for startCircleRadius in the prototype. Would do you think?