mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 11:44:55 +08:00
fixed up Image hit draw func
This commit is contained in:
@@ -85,7 +85,7 @@ Test.Modules.LINE = {
|
||||
blur: 10,
|
||||
offset: [20, 20]
|
||||
},
|
||||
opacity: 0.2
|
||||
//opacity: 0.2
|
||||
});
|
||||
|
||||
layer.add(line);
|
||||
|
@@ -392,7 +392,7 @@ Test.Modules.PATH = {
|
||||
layer.add(group);
|
||||
stage.add(layer);
|
||||
|
||||
//document.body.appendChild(layer.bufferCanvas.element)
|
||||
showHit(layer);
|
||||
|
||||
},
|
||||
'Able to determine point on line some distance from another point on line': function(containerId) {
|
||||
|
Reference in New Issue
Block a user