mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
refactor: remove custom typescript settings for tests
This commit is contained in:
@@ -153,7 +153,7 @@ describe('Tween', function () {
|
||||
stage.add(layer);
|
||||
|
||||
var duration = 0.1;
|
||||
var c = Konva.Util.colorToRGBA('rgba(0,255,0,0.5)');
|
||||
var c = Konva.Util.colorToRGBA('rgba(0,255,0,0.5)')!;
|
||||
var endFill = 'rgba(' + c.r + ',' + c.g + ',' + c.b + ',' + c.a + ')';
|
||||
var midFill = 'rgba(128,128,0,0.75)';
|
||||
|
||||
|
Reference in New Issue
Block a user