Questions tagged [vue-konva]

37 questions
0
votes
1 answer

Large image not drawn on canvas using KonvaJS when using cache

I'm using konvajs and vue-konva to position an image on a rectangle area. I need to cache this image in order to apply a custom filter on it. This image is uploaded by the user and its dimensions can be quite large (from the device camera in…
bgondy
  • 1,198
  • 3
  • 20
  • 32
0
votes
1 answer

how to draw a click polygon vue-konva

How can I draw a polygon where I can set each corner with a click with vue konva ? I couldn't find anything a side from v-polygon which creates a predefined polygon and not an interactive one.
WhatWhat
  • 11
  • 3
0
votes
2 answers

why I can't create one layer for too or more shapes using vue-konva?

I have a problem with vue-konva, I can't create too many shapes in the same layer for example :