vue-annotator icon indicating copy to clipboard operation
vue-annotator copied to clipboard

Add event when shape intersect with each other

Open DrSensor opened this issue 7 years ago • 0 comments

Emit intersect event every time shape intersect with each others. Each intersect will emit data array of SVG.Element

  • @intersect.start when shape begin to intersect
  • @intersect.end when shape leave intersection
  • @intersect fire continously each time shape move and intersect.

DrSensor avatar Jan 07 '18 22:01 DrSensor