mirror of
https://github.com/konvajs/konva.git
synced 2025-06-27 20:29:21 +08:00
transformed the layer in the star pixel detection functional test to make sure parent transforms don't break the pixel detection
This commit is contained in:
parent
95fabe9160
commit
98917fe644
@ -561,7 +561,10 @@ Test.prototype.tests = {
|
||||
width: 578,
|
||||
height: 200
|
||||
});
|
||||
var layer = new Kinetic.Layer();
|
||||
|
||||
var layer = new Kinetic.Layer({
|
||||
rotationDeg: 20
|
||||
});
|
||||
var star = new Kinetic.Star({
|
||||
x: 200,
|
||||
y: 100,
|
||||
|
Loading…
Reference in New Issue
Block a user