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-07-15 15:36:27 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
92919058b2
konva
/
tests
/
js
History
Eric Rowell
92919058b2
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
..
functionalTests.js
added drawFunc property to layer so that layers can easily draw non-node background graphics
2012-05-09 18:53:20 -07:00
Test.js
fixed animation race condition bug that sometimes produced multiple requestAnimFrame calls, and also changed throttle property to be in fps (it used to be in ms). This will make it more consistent with other properties related to frame rates
2012-05-03 12:05:54 -07:00
unitTests.js
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