I saw the sample of drag and bound is like:
// set drag bounds after instantiation
shape.setDragBounds({
top: 0,
left: 0,
right: 200,
bottom: 200
});
but would it be possible to set it as a circle track? Thanks for your attention.
|
I saw the sample of drag and bound is like:
but would it be possible to set it as a circle track? Thanks for your attention. |
|||||
|
|
Yes, doable like so:
|
|||
|
|