KineticJS icon indicating copy to clipboard operation
KineticJS copied to clipboard

KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.

Results 100 KineticJS issues
Sort by recently updated
recently updated
newest added

I have own fps cycle to keep redrawing canvas. When i start draging dragable object it calls draw() itself and intefere with my default redraw cycle causing performance problems. Is...

Hello, When I insert a big image on my stage, I can correctly change the size of it, the resolution is good. But when I upscale the entire stage (x2...

Hi, guys. I am thinking about adding new method `getBoundingClientRect` that will return object with `x`, `y`, `width` and `height` properties. Also the method will take into account: 1. offset...

enhancement
in progress

Is it possible to create an image mask with a transparent png treating the transparent areas as not part of the "shape" to mask. Eg an alpha mask.

Hi, I'm trying to upgrade KineticJS 4.5 to 5.1 and ran into some issues with the new caching mechanism. Caching is now the only way to use filters on images,...

bug

Can anybody share some insight? http://stackoverflow.com/questions/24768450 It looks like a bug but not 100% sure.

I just noticed that 4.7.2 was available but my small project using 4.6.0 is significantly slower when using 4.7.2 and Chrome Version 29.0.1547.76 m 4.6.0 http://jsfiddle.net/Robodude/myrfN/ http://www.youtube.com/watch?v=-hM2cTIJVgA 4.7.2 http://jsfiddle.net/Robodude/JE3m6/ http://www.youtube.com/watch?v=H4NuMXpxYgs...

enhancement
ready

Please add justify option to "text.align('justify');" (http://kineticjs.com/docs/Kinetic.Text.html) to make possible to align text to both sides at same time.

Like as rotation, reizse controllers. ref: http://fabricjs.com/

so previously i've asked for some help to make an eraser, i've done it but her some issue I whant to resolve: her the jsfiddle: http://jsfiddle.net/junkees/tf7m3/1/ so her you can...