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

Vue Component for drawing annotation (rect, polygon, etc) using SVG element

Results 16 vue-annotator issues
Sort by recently updated
recently updated
newest added

Right now it looks like each line is too wide apart, how can I make them closer to improve readability?

Anyone know a framework agnostics annotation using SVG element that has a similar mechanism (using `slot` or others) like vue-annotator (this lib)? Or at least framework specifics! I'm thinking to...

discussion

Hello guys. When i use the slot="annotation" on the rect element the annotation doesnt go out of the canvas border. Furthermore the annotation doesn't move faster than my mouse cursor...

bug
good first issue

Hi, I have problem with run methods after methods ``` createRect() { const canvas = this.$refs.canvas; const eIsSameNode = e.node.isSameNode(canvas); this.$refs.canvas._events.select(eIsSameNode); } ``` Now: ![image](https://user-images.githubusercontent.com/18028886/74132443-de28d280-4be6-11ea-9a24-814263de55cb.png) I need to create new...

bug
help wanted

followed the console error: ``` interact.js?fb3a:8321 Uncaught TypeError: Cannot read property '0' of undefined at Object.__set_38 [as set] (interact.js?fb3a:8321) at setAll (interact.js?fb3a:7121) at __beforeMove_30 (interact.js?fb3a:7147) at Signals.fire (interact.js?fb3a:2762) at Interaction._doPhase...

bug
help wanted

when i draw rect, the border was exceeding the background border i want don't exceeding the background border thanks

bug
help wanted

Use pupetter and `page.metrics()` to measure performance while adding a feature https://medium.com/walkme-engineering/if-you-can-measure-it-you-can-improve-it-a2107d33512b

enhancement

Similiar to `draw` prop but it only mock (only do the drawing animation), **doesn't create** the annotation. (doesn't clone-append to `...` when `@drawFinish`) Useful if you want to control how...

enhancement
help wanted

Call `this.background.$on('click', unselectAll)` in MutationObserver to avoid glitch (bug example: need to mount 2 times to make _unselect on background click_ works)

enhancement
good first issue

The purpose is to test if there is a duplicate event listener fired and check if event listener removed correctly. > Also need to implement black box unit testing. The...

enhancement
help wanted