new drawHitFromCache Shape method replaces Image createImageHitRegion

This commit is contained in:
Eric Rowell
2014-01-05 01:10:56 -08:00
parent fae1c538f3
commit 4d323c7b57
8 changed files with 136 additions and 159 deletions

View File

@@ -105,14 +105,14 @@ suite('Blur', function() {
layer.draw();
//document.body.appendChild(group._cache.canvas.scene._canvas);
//document.body.appendChild(group._cache.canvas.hit._canvas);
showHit(layer);
//showHit(layer);
});
// ======================================================