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

Add mouse rotate functionality

Open DrSensor opened this issue 8 years ago • 0 comments

Enter rotate and scale on drag mode when double click.

Reference: https://codepen.io/drsensor/pen/Vyjaao


Possible Implementation

  • Resize circle on rotation mode
let r = target.attr('r') + (event.deltaRect.width || event.deltaRect.height)
target.radius(r)

DrSensor avatar Dec 20 '17 23:12 DrSensor