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 a simple task: I need to draw a background image in grayscale and draw a grid on top of it. But after caching the whole layer, background image...

Is there some way to dynamically disable kinect after it has been initialized? Something like: ``` js var kineticSlider =.$('.date-component').kinetic({ slowdown: 0.9, y: false, throttleFPS: 40, triggerHardware: true }); ......

The "Contact Me" link on the front page goes to http://kineticjs.com/KineticJS/contact.php which is a 404 page.

It would be nice if KineticJS could implement some inline font styling a la CanvasText: http://www.canvastext.com/

I found Bug in kinetic. ![bug font-weight](http://i.imgur.com/Bz03Uqr.png) Result is: ![result](http://i.imgur.com/QE2ecR9.png) so... _getContextFont = bold normal 255px Helvetica bold is rewrited by normal, in result font is normal, not bold :(

Hi, as mentioned in the documentation a `Text` shape has a `fontStyle` which can take one of the following values : `normal`, `bold`, `italic`. How can we use a `bold`...

issue shows up when you try to make a full screen stage. the .kineticjs-content element has the css property display set to inline-block. When you try to set the stage...

enhancement

Hi, i have some issue while using the kineticjs, i was loading the svg file using kineticjs. here i am facing some minor issue on this sessiom, i have bahrain...

I'm assuming this issue affects most people that use Kinetic JS for their apps. Has anyone found a work around for the non-accelerated canvas in the new Chromium webview in...

bug

I created a simple example to show this issue here: http://jsfiddle.net/confile/brecmjzt/ Even with the latest version of Chrome for Android the dragging is very slow.