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-16 01:55:21 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dc51d95eb1
konva
/
tests
/
js
History
Eric Rowell
dc51d95eb1
image fills can now be scaled to simulate image cropping. Now that image fills can be offset and scaled, the Image Shape is now obsolute because any shape can now use regular images or cropped images.
2012-06-17 17:18:49 -07:00
..
functionalTests.js
removed Circle shape and replaced it with the more flexible Ellipse shape. If you define the radius with a number, the shape will be a circle. if you define the radius with an x and y component, it will be an oval
2012-06-17 16:50:04 -07:00
manualTests.js
removed Circle shape and replaced it with the more flexible Ellipse shape. If you define the radius with a number, the shape will be a circle. if you define the radius with an x and y component, it will be an oval
2012-06-17 16:50:04 -07:00
Test.js
moved several manual tests to the unit test page. Added another functional test. Added warning logs to the functional test framework
2012-06-16 01:21:35 -07:00
unitTests.js
image fills can now be scaled to simulate image cropping. Now that image fills can be offset and scaled, the Image Shape is now obsolute because any shape can now use regular images or cropped images.
2012-06-17 17:18:49 -07:00