konva/src
2012-05-12 17:11:57 -07:00
..
shapes reworked text max width logic to use clipping rather than native max width functionality which scales the text (what was w3c thinking? no idea) 2012-05-12 17:11:57 -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 modified setDefaultAttrs() so that it doesn't overwrite attrs defaulted in a custom class that extends a Kinetic class 2012-05-12 15:15:42 -07:00
Shape.js fixed bug with getTextSize() which was throwing a JS error if used before adding text to the stage 2012-05-12 15:32:27 -07:00
Stage.js modified setDefaultAttrs() so that it doesn't overwrite attrs defaulted in a custom class that extends a Kinetic class 2012-05-12 15:15:42 -07:00