kineticjs Questions

1

Solved

I have a group of Kinetic.Rectangle objects with draggable set to true. No matter how much you drag the group around, calling rect.getX() or rect.attrs.x, where rect is one of the rectangle objects...
Stillhunt asked 8/8, 2012 at 3:53

3

Solved

Is it possible to export Kinetic JS object to SVG? Or workaround is to convert Kintetic JS's canvas to SVG. EDIT: The best is to use fabricJS since it supports canvas to SVG rendering while work...
Stellular asked 16/4, 2012 at 16:39

3

Solved

Could someone explain this to me? var diagramImage = new Kinetic.Shape(function () { var context = this.getContext(); context.beginPath(); context.lineWidth = 1; //This is crazy tricks. It's ...
Stob asked 14/2, 2012 at 16:55

1

Solved

I have a canvas which will hold a moderate to large amount of shapes (50-500). I have succeeded in drawing the outline of the shape I would like using these tools: function DrawPolygon(diagramLay...
Gainful asked 14/2, 2012 at 0:24

1

Solved

I'm starting a new project using HTML5. Two of the most popular graphical toolkits are KineticJS and RaphaelJS. If you have experience of using these, do you have any advice? Which features do they...
Wein asked 26/1, 2012 at 7:57

© 2022 - 2024 — McMap. All rights reserved.