konva/src
2012-07-28 10:46:16 -07:00
..
filters first pass at implementing filters. Still have a lot to work through. 2012-07-17 00:32:26 -07:00
plugins moved drawFunc definition out of the shape initializers as a method to improve space performance 2012-07-28 10:46:16 -07:00
shapes moved drawFunc definition out of the shape initializers as a method to improve space performance 2012-07-28 10:46:16 -07:00
util fixed new bug with stage toDataURL that was introduced with the new Canvas class, and added new filter unit tests 2012-07-21 13:29:22 -07:00
Animation.js added some performance tweaks and polished up code here and there 2012-07-26 22:58:38 -07:00
Container.js added some performance tweaks and polished up code here and there 2012-07-26 22:58:38 -07:00
Global.js Changed namespace for "plugin" shapes to Kinetic.Plugins. *This is a breaking change!* 2012-07-27 22:51:18 -04:00
Group.js finally got around to documenting the Node, Group, Stage, Shape, Layer, and Container constructors 2012-07-23 22:39:55 -07:00
Layer.js silky smooth animations. got rid of layer and event throttling, and instead created dragThrottling. The dynamic animation frame rates already handles optimized animation drawing, we just needed to add manual throttling to drag and drop. Animations are now very smooth, and drag and drop is still smooth 2012-07-26 23:26:58 -07:00
Node.js silky smooth animations. got rid of layer and event throttling, and instead created dragThrottling. The dynamic animation frame rates already handles optimized animation drawing, we just needed to add manual throttling to drag and drop. Animations are now very smooth, and drag and drop is still smooth 2012-07-26 23:26:58 -07:00
Shape.js merged with jfollas's TextPath updates, fixed remaining unit, manual, and performance tests, and fixed stroking logic 2012-07-28 09:55:21 -07:00
Stage.js fixed tests 2012-07-27 18:41:15 -07:00
Transition.js updated the documentation for all methods to reflect the new inhertiance changes. And yes, if you're curious, it took forever. 2012-07-08 21:56:52 -07:00