Tagged Questions
0
votes
1answer
20 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 ...
2
votes
1answer
39 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
28 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 ...
2
votes
1answer
40 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
0answers
42 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
0answers
27 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
0answers
22 views
Call kineticjs Javascript after Ajax in Rails
I have a Kineticjs canvas which I am adding images to based on click events and it works fine. The problem is when I load a new group of images with Ajax using remote in Rails, the javascript event is ...
0
votes
1answer
37 views
Determine image offset
I've got a large circle with an image as a fill pattern. The circle is rotated.
When I click inside the circle I wish to create a smaller circle which contains the same image and the same offset. ...
0
votes
1answer
30 views
KineticJS high memory consumption when removing and adding layers
I am building an application where i want to replay the movement of several users (up to 20).
Each user has a list of X,Y positions (ranging from 20 to 400 positions). A replay ranges from 1-10 ...
0
votes
1answer
35 views
Can't get counter variable in event handler
k=0;
var sf = new Array();
function draw_sf (type,sf_text,schriftgroesse,sf_width,sf_height,x0,y0,ports_top,ports_right,ports_bottom,ports_left) {
sf[k] = new Kinetic.Group({
draggable: ...
0
votes
1answer
73 views
Get Position of Drag & Drop Element
i am using the following code: http://www.html5canvastutorials.com/kineticjs/html5-canvas-drag-and-drop-a-group-with-kineticjs/ for Drag & Drop.
My question is: How can i get the actual position ...
0
votes
2answers
39 views
Kineticjs load json canvas
I always got the error:
"TypeError: Kinetic[type] is not a constructor"
"ReferenceError: reference to undefined property obj.nodeType"
when i try to load one json.
json = stage.toJSON();
stage = ...
0
votes
1answer
20 views
KineticJS - How to find out which object were dragged?
is there some possibility, how to realise, which object were moved? If I had for example 5 object on canvase and I would move one object, is there any information about what changed since any time? ...
0
votes
1answer
75 views
KineticJS image rotate and scale
here is my problem:
from this example "http://www.html5canvastutorials.com/labs/html5-canvas-drag-and-drop-resize-and-invert-images/" I would like to add the possibility to rotate. I tried but I get ...
0
votes
1answer
81 views
A line always connecting two draggable elements in canvas using KineticJS
I am trying to create a Use Case Creator in HTML5 Canvas using Kinetic JS.So far I can make a line by right clicking on two elements(An actor and a Use Case) I want to connect.
But this line remains ...
1
vote
1answer
59 views
Kinetic JS Multi-Touch Scale Stage
I am using Kinetic JS on iPhone and Android.
I copied the example from
http://www.html5canvastutorials.com/labs/html5-canvas-multi-touch-scale-stage-with-kineticjs/
to enable stage scaling and ...
0
votes
0answers
55 views
General: Does Kinetic.js provide painting of specific pixels?
This is a general question about Kinetic.js from a developer with a Processing/Processing.js background.
When using Processing.js, I routinely set the color value of a specific pixel on the canvas.
...
1
vote
1answer
27 views
Canvas transparency on IE
When I draw a rectangle or other shape on canvas (using kineticJS, creating a new Kinetic.Path), and set fill: none as in the following:
var rect = new Kinetic.Path({
x: 0,
y: ...
0
votes
1answer
58 views
Click through transparent canvas element to select element behind it
I am using KineticJS. I have a canvas with draggable, resizable images on it (code was just copied from: http://www.html5canvastutorials.com/labs/html5-canvas-drag-and-drop-resize-and-invert-images/). ...
0
votes
1answer
67 views
KineticJS: Efficient way to simulate scrolling on a fixed stage
I have a page that is laid out in a way that's very similar to how you might lay out a tournament bracket, with three panels, within a wrapper div with a set height.. The two green panels are ...
1
vote
1answer
64 views
Kinetic JS dragging a layer causes shapes on another layer to stop responding to drag
I have been developing an app using Kinetic which uses several layers to keep things organised and I have draggable elements in more than one layer. I am finding that when one layer is dragged, shapes ...
0
votes
1answer
33 views
How to Dynamically add points to line in Kineticsjs?
I want to add points to line dynamically. The setPoints(Array) will only take a new set of array of points but I want to extend that line by adding another point to it.Also I have use a transition ...
0
votes
1answer
76 views
saving a html5 canvas image in higher resolution
I am creating a site that will allow the user to create a scene using HTML5 and the canvas element.
I was going to use KinecticJS for this, and it looks great. But I have one issue that I am really ...
2
votes
1answer
58 views
How does Blur Filter work in HTML5 Kinetic.Filters.Blur
How I can use blur filter in HTML5?
I find this:
Kinetic.Filters.Blur(imageData, config )
and Parameters:
imageData {Object}
config {Object}
config.radius {Integer}
Explain to me with ...
0
votes
0answers
35 views
How do I get the coordinates for the edges of a hexagon without rounding errors?
I need to generate 6 coordinates(x,y) in JavaScript, representing the edges of a hexagon, but I need the results to be free of "rounding errors", how do I accomplish this? When I have rounding errors ...
1
vote
1answer
77 views
Want to place 6 circles in a geometrical shape that's mathematically precise, but they don't align properly
Relevant live-javascript/jsbin: http://jsbin.com/ekuyam/2/edit
I basically just generate points in a hexagon relative to the center of the canvas and then draw circles at each point in the hexagon, ...
0
votes
1answer
47 views
jquery allow user to download kinecticjs 'canvas'
I am trying to allow the user to save their kinecticjs creation using client side scripting. I tried bytescout to generate a pdf, but I do not think it allows using a kineticjs stage. So I guess I ...
0
votes
1answer
62 views
Draw Multiple figures in a stage using Kineticjs?
I want to draw multiple figures on a canvas on different button clicks.
HTML
<body>
<div id="container">
</div>
<div id="option">
<button value="rect" ...
0
votes
0answers
40 views
kineticJS: strokeScaleEnabled:false causing stroke to be off?
I am trying to disable the scaling of the text stroke within kineticJS (feature available since version 4.4.0) of a Kinetic.Text object. The stroke won't scale, but is way off in my case: Here is an ...
1
vote
1answer
58 views
Length of Quadratic Curve
I have a Bezier Curve on an HTML5 Canvas and need to figure out the length of the curve. How can I do this easy?
Lets say :
var canvas = document.getElementById('myCanvas');
var context = ...
0
votes
2answers
71 views
Canvas Kineticjs - position mouse is wrong
I have text line at first after that i have canvas
but position mouse on canvas it's wrong (zero of y position now = height of text line)
http://jsfiddle.net/dSC26/
<div ...
0
votes
0answers
47 views
Kineticjs canvas - smooth drag object
I'm trying to get my image to drag smoothly. I'm using this library:
http://candrews.net/sandbox/spryMap/
Here is my attempt: http://jsfiddle.net/aUWY2/
I'm using 'dragend' like so:
...
0
votes
1answer
82 views
kineticjs dragable limit with dragBounds - not running
i want drag my stage with limit top, left, right, bottom with dragBounds but it's not working
var stage = new Kinetic.Stage({
container: 'container',
width: 578,
height: 363,
...
0
votes
1answer
39 views
Having trouble selecting id of a shape from a group using Kinetic shape?
I'm having trouble with selecting a shape from a group using its id. This is my codepen: http://codepen.io/drixta/pen/AInHL
Here's my code for creating a square:
function ...
1
vote
1answer
156 views
KineticJS Canvas - Scale group from center point
I want to scale my group (image and something).
group.setScale(zoom, zoom);
http://jsfiddle.net/K8nK3/
But when i scale my group, I think it's not scale from center of my group. i think it like ...
0
votes
1answer
64 views
Canvas KineticJS - re-draw something when click button
I using kineticjs library. I created a line like this (http://jsfiddle.net/zP364/)
var redLine = new Kinetic.Line({
points: [973, 570, 340, 423, 450, 60, 500, 20],
stroke: 'red',
...
1
vote
2answers
119 views
Add more images on Canvas with Kinetic
Im making an app, but I ve met the problem. I need when I hit a button add new point (image) on my Canvas. Here is a code:
var ID = 0;
var points = [];
function addPoint(){
points.push({id: ID, ...
0
votes
1answer
63 views
KineticJS - Patterns and Fills on Images
I have a canvas that I'm creating with KineticJS and I am adding transparent PNG images to that canvas. When stacked on top of each other, this makes one image of an outfit with all the different ...
0
votes
0answers
69 views
kineticjs - show/hide canvas slow due event-listeners?
I'm developing a web-app with kinetic. I have different 'views' Each view contains several layers. Each layerd holds Images/Groups/Shapes, but mostly images.
When showing a view, the other view will ...
0
votes
1answer
44 views
KineticJS removing and adding layers
I feel I am being incredible stupid but for some reason am blind to being able to fix this issue.
I want 3 individual layers, each that can have multiple object/shapes on them and then on click I ...
0
votes
1answer
128 views
Drag, Drop, and Resize Images with canvas
This is a very nice demo of canvas and kineticjs. Anyway if an image is drawn to a size of zero pixel all images on the canvas disappear. I'm looking for alternatives to kineticjs in pure JS, or is ...
1
vote
1answer
93 views
KineticJS JavaScript Save As FileSystem Option
I am using KineticJS to create a web application which is a standalone application using html5, css and javascript.
I have the following piece of code to convert the present canvas into an imageURI.
...
0
votes
1answer
47 views
How can I get left and top coordinates of KineticJS stage?
I'm trying to get the co-ordinates of the mouse cursor and do operations when it leaves my KineticJS stage. But I need to get the co-ordinates of the mouse relative to the stage canvas. So when the ...
1
vote
1answer
214 views
Improving slow canvas animation on Retina iPad - KineticJS
I am using KineticJS to perform HTML Canvas animations. Animations work perfectly on all desktop browsers, and non retina iDevices (including iPad mini). However, from a retina device (browser or ...
0
votes
1answer
69 views
Change Kinetic.Text's text on Group click event
Just started checking out kinetic js. I have many groups, each of which has a Kinetic.Text and a Kinetic.Rect.
I can easily change any text by this prompt;
text.on('click', function(evt) {
...
0
votes
1answer
139 views
fill, border not working for kineticjs Text object on chrome
I have updated to 4.4. I'm initializing a Text object like this:
var droppableText = new Kinetic.Text({
x : posX,
y : posY,
name : field,
stroke : ...
0
votes
2answers
203 views
How to add a background color to Kinetic JS stage or layer?
I have a Kinetic JS stage and a layer
var stage = new Kinetic.Stage({
container: 'container',
width : STAGE_WIDTH,
height : STAGE_HEIGHT
});
var layer = new Kinetic.Layer();
I've ...
0
votes
1answer
127 views
Scroll bars - KineticJS
I have a canvas defined in a div. I have set the option the oveflow option in div to scroll. when I set any content in the canvas. I'm able to scroll. How can I have the same affect using KineticJS ?
0
votes
0answers
66 views
Kineticjs on mobile setting 2 different width and sizes
I've a really weird issue when setting the height and width on the Kinetic.Stage(). If I set the height to 300 each on the desktop I get:
<canvas width="300" style="width: 300px; height: 300px; ...
0
votes
1answer
61 views
Kineticjs - bind draggable image to canvas
I'm using Kinetcjs library for handling images in our canvas so we can drag images about within the Canvas.
One issue I'm running into is that users can drag images loaded into the canvas off the ...


