improved event edge detection algo

This commit is contained in:
Eric Rowell
2013-11-27 21:53:41 -08:00
parent 96a9bd2248
commit 658064b5ef
2 changed files with 23 additions and 7 deletions

View File

@@ -217,6 +217,8 @@ suite('Stage', function() {
assert.equal(stage.getIntersection(371, 93).getId(), 'greenCircle', 'shape should be greenCircle');
assert.equal(stage.getIntersection(372, 93).getId(), 'redCircle', 'shape should be greenCircle');
//console.log(layer.hitCanvas.context._context.getImageData(1, 1, 1, 1).data)
});