KineticJS is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications.
0
votes
1answer
13 views
How can I animate an arc shape with Kinetic js/html5 so that the “snake” grows longer?
Essentially I am looking to build something like this:
http://themes.pixelworkshop.fr/?theme=CircularCountdownPlugin
I'm making a similar countdown clock with two arc laid on top of each other- one ...
1
vote
2answers
20 views
KineticJS Group
I am making an interactive world map in HTML5. I am using KineticJS to create the polygons of the countries, I currently have Australia and New Zealand. However I want it so if the mouse is over ...
0
votes
0answers
26 views
Importing SVG into canvas with KinecticJS and have a normal behavior
I am trying to use a SVG into a canvas and have a normal kineticjs behavior but I run into some problems.
What I'd like to do is importing into kineticJS a SVG file and then change the color, resize ...
0
votes
1answer
49 views
Dragging a shape in kinetic js is also moving an unrelated shape
I've got a line that is drawn from one point to another. I add circles to the ends of the line that allows the line to be moved.
However, when I move the circle, and the line updates, another line is ...
0
votes
0answers
39 views
HTML canvas responds to click+drag by creating an expanding-box selector
I've been learning a little bit about HTML Canvas and I've run into a behavior that seems to be cross-browser (Chrome, Firefox, Safari) - but seems unique to certain setups.
The issue is that in ...
0
votes
1answer
26 views
Stop canvas flicker on re-render
I have written a jQuery plugin that will render four polygons onto a canvas and fill them with an image.
When you mouse over a polygon it is moved to a separate top layer and re-rendered so it ...
0
votes
2answers
23 views
paint application with kinetic js
I have made a drag and drop application in HTML5 canvas with kinetic js. Can we also add the paint brush functionality to the same canvas using kinetic js? If yes, please share the link for one such ...
0
votes
1answer
26 views
convert adobe illustrator (or SVG) files into KineticJS Paths
I am using KineticJS to build a scene where I want to add some vector drawings to the canvas, and I have provided with lots of Adobe Illustrator files which contain shapes to add to the scene.
How ...
-4
votes
0answers
19 views
“evt,canvas” in getMousePos funtion? [closed]
why does the getMousePos function include "evt,canvas" what exactly do they do?
dfhfdghgfjhfdgjhgfhjgfhjgfhjfhgjfghjgfhjfghjgfhj
<!DOCTYPE HTML>
<html>
<head>
...
0
votes
0answers
108 views
html class and type declare in javascript
I want to declare a HTML class inside my javascript.
Here is my HTML code:
<a class="various" data-fancybox-type="iframe"
href="lesson1\umbrella_fund.html"><"my link ...
1
vote
1answer
19 views
Not able to get data url when using images in kinetic js
I'm using kinetic js to build an application using HTML5 canvas where users drag and drop images and then save the final image. It is giving the following error:
Unable to get data URL. SecurityError: ...
1
vote
1answer
39 views
Javascript - KineticJS create own class
How to create a new class based on KineticJs Sprite class. I'm trying like this:
(function() {
Kinetic.MyCircle = function(config) {
this._initMyCircle(config);
};
...
-2
votes
1answer
36 views
Kineticjs Stage Cordinates after scaling
I'm using KineticJS to allow users to free hand drawing shapes on canvas and I am successfully able to zoom in/out canvas stage by setting scale.
Challenge:
Am not getting the updated scaled ...
0
votes
1answer
45 views
Angularjs + Kineticjs mouse events
I want to use Angularjs with Kineticjs. The problem is that, it seems angular is overriding mouse events on my stage object.
The following html works fine as stand alone file, you can test it. But if ...
0
votes
2answers
22 views
Can't Detect Mouseover on This KineticJS Shape?
I have a KineticJS shape that draws a bezier curve that is wider on one end. It draws correctly, but I can't yet detect a 'mouseover' event on it. I have created a small JSFiddle demo of the anomaly, ...
0
votes
2answers
45 views
missing Kinetic.Tween method in Kinetic.js Typescript file
It seems like the current version of the Kinetic.js Typescript file found on CodePlex (http://kineticjstypescript.codeplex.com/) does not have a tween method. Looking at the definition file there is ...
0
votes
1answer
23 views
KineticJS object with added property to JSON
I am trying to serialize KineticJS object (with one added property) to JSON, but if I call the JSON.stringify(test);, it returns only JSON representation of KineticJS object without my added property. ...
1
vote
2answers
46 views
Uncaught TypeError: Object #<Object> has no method 'transitionTo'
After upgrading kineticjs from 4.0.5 to 4.5.1, I get
Uncaught TypeError: Object #<Object> has no method 'transitionTo'
Following code works with the previous version:
...
0
votes
0answers
35 views
Kinetic JS Mind Map
I have to make a mind map project. I am using kinetic js for this . I am new to Kinetic js.
I have implemented the project as when you click and of the button a corresponding shape appears on the ...
0
votes
1answer
21 views
kineticjs snaping rect into another rect
I'm using kineticjs to try and drag a small rect into a larger rect and have it snap into place. However, I get an error when I try to use:
stage.getUserPosition()
A fiddle of what I was trying to ...
0
votes
1answer
16 views
Telerik MVC Editor - Ajax Decode
I am using the following to send a canvas image and contents of Telerik MVC Editor to generate PDF file using itextSharp.
$("#savePDF").click(function() {
var editor = ...
1
vote
0answers
25 views
attach drop target to dragged object
In Kineticjs is it possible to attach a droptarget to the element being dragged.
I need to highlight the target when drop happens.
The code i am using is
circle.on("dragstart", function(e) { ...
0
votes
2answers
58 views
Smooth animations in kinetic.js (html5 canvas)
I need a better understanding of kinetic.js animation. I was using the tutorial found http://www.html5canvastutorials.com/kineticjs/html5-canvas-stop-animation-with-kineticjs/ . I played with the code ...
0
votes
0answers
24 views
collision detection + mouse events in kineticjs
I am trying to do a drag & drop on a number of rectangle objects that are draggable.
There is another set of rectangle objects acting as container for dropping objects - I have added them to a ...
0
votes
1answer
87 views
KineticJS Stage draggable perfomance
Good afternoon. I have a small problem with the optimization KineticJS and stage. When drag the scene on my computer, it runs smoothly. When to try a more low-end machines, it appears slowly and some ...
0
votes
2answers
56 views
Getting pixel data from Kinetic JS Image
I am using Kinetic JS to display an image, and I would like to implement a magnify function.
So basically I would like to copy the area of the image which the mouse pointer is hovering over, scale ...
0
votes
2answers
63 views
How do you add a line break inside of a javascript variable using KineticJS?
I have a variable that looks like this:
var simpleText = new Kinetic.Text({
text: 'where text goes',
fontSize: 24
});
How do I insert a line break where the text goes. I've tried:
text: ...
0
votes
0answers
51 views
Kinetic JS - Drag layer mouse events
I can drag two layers using the following:
background1.on('dragmove', function() {
dlayerA1.setAttrs({x:this.getX(), y:this.getY()});
dlayerA1.draw();
...
0
votes
1answer
43 views
Set dragBoundFunc in rotating shape Kineticjs
I have already create Rectangle with dragBoundFunc using KineticJs
var myrect=new Kinetic.Rect({
x:0,
y:0,
width: 10,
height: 80,
fill:"grey",
...
1
vote
1answer
35 views
KinectJS - Can't remove my shape
I'm using KinectJS to create my own little drawing program. Everything is going great - until he have to remove my shapes from my stage/layer.
I've used:
layer.removeChildren();
Which ...
2
votes
1answer
45 views
Kinetic JS shape shadows get more visible when adding another shape
First, I'm required to use version kinetic-v4.3.3 due to a group dragging (known) bug in the latest version.
So I have a kinetic structure as follows:
ShapesGroup
ShapeGroup
Circle
Text
...
0
votes
1answer
45 views
Kinetic.js: Get MinX, MaxX, MinY, and MaxY of rotated Kinetic.Label
I'm trying to prevent a rotated Label from being dragged off the screen, but I cannot figure out how to get MinX, MaxX, MinY, and MaxY of the object in its rotated state. getHeight & getWidth only ...
1
vote
1answer
33 views
How to add subscript and superscript text in kinetic text
I am using kinetic.js to create a text object in a canvas.
Now I need to create a text object with subscript and superscript
e.g: H2O (here '2' will be subscript) and I am not able to create a ...
0
votes
3answers
42 views
How to get Children that have same type Kineticjs?
I have a trouble in Kineticjs, in my code:
var G1=new Kinetic.Group()
var sq=new Kinetic.Rect({
x:0,
y:0,
name:"sq"
})
var line1=new Kinetic.Line({
Points:[0,0,10,10],
name:"line1"
})
var line2=new ...
1
vote
3answers
38 views
Hide a single element in a layer - Kineticjs
This code uses Kineticjs. I am using mouseover and mouseout events for one of the images. The layer has 2 images. I want to hide just one of them. Do I need to create a separate layer for each image?
...
0
votes
0answers
28 views
Pass KineticJS shape attribute to Ruby variable
Is there a way to pass a KineticJS shape attribute to a ruby variable? Or maybe there is a better way of doing this:
Basically I want to be able to click on a kineticJS shape and show the text of ...
0
votes
0answers
31 views
HTML5 offline needs to work on mobile devices canvas kineticjs
sorry if this has been posted before i have looked around and havn't been able to find an appropriate answer.
I am currently recreating an extremely old Introduction To Music Theory textbook for ...
2
votes
1answer
51 views
KineticJS - Multiple transforms applied serially
I'm using KineticJS to allow users to manipulate their images -- crop, rotate, scale, flip, etc.
When I apply any transform to the image, it works great. But when I apply a second transform it acts ...
0
votes
1answer
50 views
Aligning text objects next to each other - KineticJS
I have text objects and label objects which are seperate. They need to be aligned next to each other when being drawn. I'm adding the x and y co-ordinates but the objects are off by some pixels and ...
1
vote
1answer
15 views
KineticJS How to listen to image drop from file explorer ?
I'm using kineticjs v4.5.1
I'm looking for a way to add image to my canvas from a system drag'n'drop.
I've tried to add an event listener to my container :
...
0
votes
1answer
68 views
KineticJS draw line between two shapes
I have two KineticJs rectangles that are draggable on the canvas. I want to be able to use some modifier (like clicking a button that says draw line, or a keyboard modifier like cntrl) and click on ...
1
vote
1answer
47 views
set offset/position of polygon to rotate
I'm trying to perform a crop of a background image with different shapes.
The objective is to move/rotate around the polygons, crop the background with the shape of the polygon, somehow plot the ...
0
votes
1answer
73 views
how to get access to classes from a Kinetic.js click event
I can't seem to get a typescript class instance within my click event.
I have a TypeScript class Navigation.
class Navigation
{
currentPage: number;
wireMouseEvents()
{
...
0
votes
1answer
51 views
Define x,y of line (start/end) connector for two shapes KineticJS/HTML5
I'm working in a small project where I'll need create a resizable parent shape and a resizable child shape with a connection line. I did in KinecticJS.
But, I have a problem for calculate the x1, x2 ...
0
votes
0answers
47 views
KineticJS - Slow performance when animating tile opacity [Example]
I'm having a problem with a grid of Rect shapes.
Grid is 120 by 60.
JSFiddle example here http://jsfiddle.net/5MfYR/
Here is the equivalent in CoffeeScript code:
window.size = {
width: ...
0
votes
1answer
24 views
Adding attribute style of an image in Kineticjs
I have set image property in Kineticjs
var img= new Image()
img.style.cssText = 'box-shadow: 10px 10px 5px #888888;'
img.src = srclink[0];
var tool=new Kinetic.Image({
x: ...
0
votes
0answers
31 views
KineticJS - Is fillPatternImage recalculated every redraw?
I'm building a game and have a 3000x2000 map (1 png file).
I'm creating 60*40 (x*y) tiles.
So I loop through the coordinates and create a tile for each set of coordinates.
for ix in [0..60]
for ...
0
votes
3answers
28 views
kinetic.d.ts for plugin label missing
I downloaded Kinetic.d.ts from Kinectic.d.ts
It's missing Label plugin so I'm trying to create it.
I created:
class Label extends Group
{
constructor(config: LabelConfig);
setText(text: ...
0
votes
0answers
24 views
KineticJS: Make stage draggable, but keep a certain shape in its original position
I was wondering if it is possible to make the whole stage draggable, but keep one shape/group/layer in its original position without dragging it around with the draggable stage?
I also started an ...
0
votes
1answer
31 views
TypeScript and Kinetic .on click error
I'm getting errors with TypeScript and using the click event on a Kinectic.Text.
Here's my Text:
var myButton = new Kinetic.Text({
// set properties here...
});
Here's the problem code:
...


