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

Hi Eric and team, just checked on your library to compare its features (and demos) against fabricjs and ocanvas and easeljs. Problem is that a lot of your demos are...

In homepage of http://kineticjs.com/ link to "submit a demo" is not working, it displays "Sorry, but the page you were trying to view does not exist."

I want to generate a Picture for Printing. And using Google Fonts, which are as linked resource in the document. Whenever i save the picture from generated canvas, i get...

I use Kinetic Sprite like this ``` var stage = new Kinetic.Stage({ container: 'container', width: 578, height: 200 }); var layer = new Kinetic.Layer(); var imageObj = new Image(); imageObj.onload...

I'm having a similar problem as in #853, but that's closed so I'm reopening it with a bit more details. If I'm doing something wrong please forgive me and tell...

This fix for issue #530 involves copying some logic from `Kinetic.SceneContext._stroke()` to `Kinetic.HitContext._stroke()`. The `HitContext` was not updating its transforms before drawing a line with `strokeScaleEnabled == false`. These changes...

I am trying to scale a layer with shapes according to middle point of two touches. When i set offset and x,y coordinates of the layer staticly, I can use...

I have a canvas with a grid that allows square shapes to be positioned around the stage. After picking up and dropping a few shapes, some random shapes/images lose the...

A shape's hit area does not align with its visual position in the following scenario: - Use a `pixelRatio` not equal to one - Contain the shape within a group...

bug

Hello, I think I've found a bug in toDataURL function. In my stage I've only text, images and rectangles with strokes to create stage border. All work fine, but when...