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

// version=5.1.1 var urls = [ "imge1", "imge2", "imge3", "imge1", "imge2", "imge3", ] var echo =0; var stage; init(); $("#ontainer").on("touchstart", function(e) { }); $("#ontainer").on("touchmove", function(e) { }); $("#ontainer").on("touchend", function(e) {...

I have searched a lots but not found the solution for kineticJs free hand line draw . Is it possible to draw a line free hand which is less jerky...

Hello. Could you please give a hint how to serialize own property or how to add correctly property to serialize it. I tried to add a separate property to a...

Hi everyone! I'm having trouble adding the context menu when I right-click on cloned objects. I'm using the Kineticjs framework to accomplish the creation of the objects and to add...

Am creating an image editor library with the support of KinetiJS. In my html, ``` .... .... ``` Then creating a stage ``` _kineticStage = new editor._Stage({ container : 'imageContainer',...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Although the code mentions verticalAlign:TOP in the defaults (Kinetic.Text.prototype), it seems the verticalAlign is no longer working? I see that this option was removed from the documentation: http://kineticjs.com/docs/symbols/Kinetic.Text.php#constructor Does that...

enhancement

At version KineticJS 4.1.0 can Filter for Kinetic. Image http://stackoverflow.com/a/18830097 But KineticJS JavaScript Framework v5.1.0 can''t set filter for it How to set filter for Kinetic. Image? same https://github.com/ericdrowell/KineticJS/issues/1045 Thanks.