Questions tagged [vue-konva]

37 questions
2
votes
1 answer

konva.js - fillPatternImage not being applied

I'm using konva.js via the vue-konva package. I'm trying to add a fillPatternImage but for some - probably simple reason - it's not being applied. Here's the code: // App.vue script const loadImage = function (imgSrc) { return new…
João Paulo Macedo
  • 15,297
  • 4
  • 31
  • 41
2
votes
1 answer

Draw shapes by konva to be displayed in canvas

I want to use konva in vue.js to draw shapes to be displayed in a canvas, so i have some rectangles stored in rectangles array which need to be drawn, but no thing is drawn.