fixed new bug with stage toDataURL that was introduced with the new Canvas class, and added new filter unit tests

This commit is contained in:
Eric Rowell
2012-07-21 13:29:22 -07:00
parent 4b0b3a2a20
commit d74ec8ab06
15 changed files with 156 additions and 122 deletions

View File

@@ -330,11 +330,10 @@ Kinetic.Shape = Kinetic.Node.extend({
for(var n = 0; n < family.length; n++) {
var node = family[n];
var t = node.getTransform();
var m = t.getMatrix();
context.transform(m[0], m[1], m[2], m[3], m[4], m[5]);
}
/*
* pre styles include alpha, linejoin
*/