konva/src
2012-05-09 19:15:49 -07:00
..
shapes added shadow support. changed fillStroke method to shadowFillStroke 2012-05-08 23:06:13 -07:00
util tweaked throttling algo and added unit tests 2012-04-28 19:52:45 -07:00
Container.js added defensive coding when removing node from container in case it has not yet been added to the container 2012-04-28 13:06:22 -07:00
GlobalObject.js point properties can now be set with an array of points or an array of numbers for convenience 2012-05-08 22:11:37 -07:00
Group.js re-integrated simple serialization and deserialization with new attrs structure 2012-04-07 14:39:31 -07:00
Layer.js added drawFunc property to layer so that layers can easily draw non-node background graphics 2012-05-09 18:53:20 -07:00
Node.js improved shadow logic such that it first attempts to apply shadows to a shape's fill if it's defined, otherwise it will attempt to apply the shadow to the stroke 2012-05-09 19:15:49 -07:00
Shape.js improved shadow logic such that it first attempts to apply shadows to a shape's fill if it's defined, otherwise it will attempt to apply the shadow to the stroke 2012-05-09 19:15:49 -07:00
Stage.js fixed small bug related to animations - if you called .start() multiple times, multiple animation instances would be created. This wasn't desirable. Also beefed up animation unit tests 2012-04-28 18:33:05 -07:00