Skip to content

Commit 5e61534

Browse files
author
Lanny McNie
committed
Update to 0.6.1 tagged version.
Modified Matrix scale operation Signed-off-by: Lanny McNie <lanny@gskinner.com>
1 parent b912356 commit 5e61534

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

docs/EaselJS_docs-0.6.1.zip

10.7 KB
Binary file not shown.

lib/easeljs-0.6.1.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/easeljs/geom/Matrix2D.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ var p = Matrix2D.prototype;
364364
this.d *= y;
365365
this.c *= x;
366366
this.b *= y;
367+
this.tx *= x;
368+
this.ty *= y;
367369
return this;
368370
}
369371

src/easeljs/version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ o = (o.EaselJS = o.EaselJS||{});
1414
* @type String
1515
* @static
1616
**/
17-
o.version = /*version*/"NEXT"; // injected by build process
17+
o.version = /*version*/"0.6.1"; // injected by build process
1818

1919
/**
2020
* The build date for this release in UTC format.
2121
* @property buildDate
2222
* @type String
2323
* @static
2424
**/
25-
o.buildDate = /*date*/"Thu, 09 May 2013 18:21:47 GMT"; // injected by build process
25+
o.buildDate = /*date*/"Tue, 14 May 2013 21:43:02 GMT"; // injected by build process
2626

2727
})();

0 commit comments

Comments
 (0)