mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-27 06:10:14 -04:00
Rename #controlBounds -> #handleBounds, to reflect terminology used elsewhere.
This commit is contained in:
parent
189e15b1e8
commit
aa9be1d9c5
2 changed files with 3 additions and 3 deletions
src/path
|
@ -1898,7 +1898,7 @@ var Path = this.Path = PathItem.extend(/** @lends Path# */{
|
|||
* @type Rectangle
|
||||
* @bean
|
||||
*/
|
||||
getControlBounds: function() {
|
||||
getHandleBounds: function() {
|
||||
var x1 = Infinity,
|
||||
x2 = -Infinity,
|
||||
y1 = x1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue