konva/tests/js/unit/shapes
2012-12-31 19:24:35 -08:00
..
circleTests.js further decoupled scene, hit, and buffer graph drawing. To define a custom hit draw function, you now need to set the drawHitFunc attr. 2012-11-18 19:50:50 -08:00
ellipseTests.js restructured unit tests and created a unit test build target which concatenates source test files 2012-11-13 21:37:28 -08:00
imageTests.js flattened shadow object into shadowColor, shadowBlur, shadowOpacity, and shadowOffset attrs 2012-12-31 00:45:38 -08:00
lineTests.js new spline attr for the Line shape which enables splines 2012-12-31 19:24:35 -08:00
pathTests.js updated unit tests with new shadow API 2012-12-31 10:46:23 -08:00
polygonTests.js restructured unit tests and created a unit test build target which concatenates source test files 2012-11-13 21:37:28 -08:00
rectTests.js restructured unit tests and created a unit test build target which concatenates source test files 2012-11-13 21:37:28 -08:00
regularPolygonTests.js restructured unit tests and created a unit test build target which concatenates source test files 2012-11-13 21:37:28 -08:00
spriteTests.js flattened shadow object into shadowColor, shadowBlur, shadowOpacity, and shadowOffset attrs 2012-12-31 00:45:38 -08:00
starTests.js updated unit tests with new shadow API 2012-12-31 10:46:23 -08:00
textPathTests.js restructured unit tests and created a unit test build target which concatenates source test files 2012-11-13 21:37:28 -08:00
textTests.js huge changes to Text shape. Skinnied it up by removing rectangle rendering component. textFill is now fill, textStroke is now stroke, textShadow is now shadow, and textStrokeWidth is now strokeWidth 2012-12-31 12:45:32 -08:00
wedgeTests.js added new wedge shape. cleaned up shape comments. added degToRad and radToDeg helper in Type utility 2012-11-29 20:15:01 -08:00