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 103 KineticJS issues
Sort by recently updated
recently updated
newest added

The following error seems to only happen on a real iPhone (in the IOS Simulator it works as expected). Adding an image to a stage and scaling it (either using...

bug

Hello Am integrating sprite animation using kinetic js but its not working in all 5.x versions and working below version 5. So kindly fix this issue and let me know...

I have around 25 different rectangle inside a container. But while creating a context menu i am getting a trouble here. I could create a context menu by selecting a...

Apparently, it's possible to directly render SVG elements in canvas with the drawImage method. If this is correct, we should hook into the drawImage method for the supported browsers for...

enhancement

I'm trying to get some text to fit onto a certain length path by scaling the font down until the text is small enough to fit into the available space....

bug

Hello, I am currently experiencing an issue with scaled views. I will give you a quick explanation so you get the context. I am working on an app which will...

Hi, when I draw shape on layer and move it out of canvas partially, I see some strange line on the opposite border of canvas. See here: http://jsfiddle.net/xdLapLs4/ I have...

bug

I've added a new option to the Kinetic.Image constructor, called 'distortion'. You pass in a function that returns four points. It's a function so that the points can potentially change...

enhancement

I compared the filters of both versions. The filter function in KineticJS 5.1.0 make the image blurry. See this screen shot below: ![jpeg_jpg_und_5_1_0_jpg](https://cloud.githubusercontent.com/assets/64265/5039141/b275e19c-6b99-11e4-8b97-ffa31a2ea97e.jpg) Here is a JSFiddle I made: http://jsfiddle.net/confile/2u3kh108/

Currently at (near): https://github.com/ericdrowell/KineticJS/blob/master/kinetic.js#L3051 Having setPosition called before _setTransform causes events to fire with objects that have inaccurate information. By reversing the order, we can have accurate information without any...