This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
konva
Watch
1
Star
0
Fork
0
You've already forked konva
mirror of
https://github.com/konvajs/konva.git
synced
2025-12-04 19:08:24 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bd17b54aa85df8e7c332d3e6732e6485c0403553
konva
/
src
History
Eric Rowell
bd17b54aa8
added stage.reset() method so that you can reset the stage to its original state. hooked this in with stage.load() so that the stage starts when a clean slate when loading json
2012-04-28 13:57:43 -07:00
..
shapes
introduced new setDefaultAttrs() method which greatly simplifies the logic required inside node constructors. This will also make plugin creation much easier
2012-04-28 12:55:18 -07:00
util
removed Transition constructor block comment to remove it from jsdocs. Devs should just use the transitionTo() method without knowing how it works under the covers
2012-04-28 00:10:26 -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
added throttling unit tests
2012-04-28 11:41:58 -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 stage.reset() method so that you can reset the stage to its original state. hooked this in with stage.load() so that the stage starts when a clean slate when loading json
2012-04-28 13:57:43 -07:00
Node.js
introduced new setDefaultAttrs() method which greatly simplifies the logic required inside node constructors. This will also make plugin creation much easier
2012-04-28 12:55:18 -07:00
Shape.js
introduced new setDefaultAttrs() method which greatly simplifies the logic required inside node constructors. This will also make plugin creation much easier
2012-04-28 12:55:18 -07:00
Stage.js
added stage.reset() method so that you can reset the stage to its original state. hooked this in with stage.load() so that the stage starts when a clean slate when loading json
2012-04-28 13:57:43 -07:00