Added mouse position support when container is CSS transformed. History: https://github.com/ericdrowell/KineticJS/pull/141

This commit is contained in:
Jason Follas
2013-08-26 11:58:01 -04:00
parent d8daefbf85
commit bd07d96628
3 changed files with 63 additions and 14 deletions

View File

@@ -804,7 +804,7 @@ Test.Modules.PATH = {
layer.add(borneo);
stage.add(layer);
},
'*Stroke only when no fill': function(containerId) {
'Stroke only when no fill': function(containerId) {
// https://github.com/ericdrowell/KineticJS/issues/567