mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
introduced new alpha component for colors. fixed #755. Created new validators namespace for getter setter validator functions
This commit is contained in:
@@ -42,12 +42,17 @@ suite('Shape', function() {
|
||||
// node: rect,
|
||||
// fillGreen: 0,
|
||||
// fillRed: 255,
|
||||
// duration: 2
|
||||
// duration: 2,
|
||||
// fillAlpha: 0
|
||||
// });
|
||||
|
||||
// tween.play();
|
||||
|
||||
|
||||
|
||||
layer.draw();
|
||||
|
||||
//console.log(layer.getContext().getTrace());
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
|
||||
Reference in New Issue
Block a user