mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Fix spelling mistake.
This commit is contained in:
parent
2eaaabf07c
commit
157a60dee6
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ var Matrix = Base.extend(/** @lends Matrix# */{
|
|||
/**
|
||||
* Returns the 'transformed' bounds rectangle by transforming each corner
|
||||
* point and finding the new bounding box to these points. This is not
|
||||
* really the transformed reactangle!
|
||||
* really the transformed rectangle!
|
||||
*/
|
||||
_transformBounds: function(bounds, dest, _dontNotify) {
|
||||
var coords = this._transformCorners(bounds),
|
||||
|
|
Loading…
Reference in a new issue