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 :
…

Kaoutar Assania
- 1
- 1
0
votes
1 answer
Vue-Konva: Is there a way to reorder layers on the fly?
So, I've been working with vue-konva and I have something like this:

GAW
- 85
- 1
- 5
0
votes
0 answers
Using custom model objects as provider for v-for in Vue?
new to Vue - learning as I go about exploring.
I'm trying to use a custom object as data source for a v-for situation. So far, not working - I admit I'm not sure how to access data by name in a Vue component.
main.js
import Vue from "vue";
import…

Saeven
- 2,280
- 1
- 20
- 33
-1
votes
1 answer
How to pixel perfect align text-element
I want my vue Konva Text element to completely fill the given height, like i expect of a rectangle.
This is issue becomes obvious when pairing with text images, (converting svg text to canvas) that properly match the given dimension

David Vaneß
- 31
- 4
-1
votes
1 answer
Complex layouts with vue.js in laravel
i am currently solving how to aproach very complex layouts like on the picture.
i will need to dynamicaly change colors of each element and dynamicaly show data in some of them.
Can anyone suggest how to aproach this?
So far i am thinking about…

Jigr
- 1
- 1