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-05 03:24:23 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
81df49e75db8fff09693637ed4de3d41b505c7b8
konva
/
src
History
Eric Rowell
81df49e75d
pulled out _setPointAttr from Node and moved it to the GlobalObject as _setXY, which enables x,y property setting for any object, not just attrs. also added _setSize which has similar logic for height width properties
2012-05-12 18:37:07 -07:00
..
shapes
after a bit more thought, I've decided to change the maxWidth property to width, to make it even more similar to CSS sizing rules. If you set the width of the text box to a certain value, and the text string width is longer than that width, the text will be clipped
2012-05-12 17:49:01 -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
pulled out _setPointAttr from Node and moved it to the GlobalObject as _setXY, which enables x,y property setting for any object, not just attrs. also added _setSize which has similar logic for height width properties
2012-05-12 18:37:07 -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
pulled out _setPointAttr from Node and moved it to the GlobalObject as _setXY, which enables x,y property setting for any object, not just attrs. also added _setSize which has similar logic for height width properties
2012-05-12 18:37:07 -07:00
Shape.js
setup support for pattern fills
2012-05-12 18:18:06 -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