mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
docs: Fix simple typo, horziontal -> horizontal
There is a small typo in src/item/Item.js, src/view/View.js. Should read `horizontal` rather than `horziontal`.
This commit is contained in:
parent
c044b698c6
commit
9de1d4a2f3
2 changed files with 4 additions and 4 deletions
|
@ -3465,7 +3465,7 @@ new function() { // Injection scope for hit-test functions shared with project
|
|||
*
|
||||
* @name Item#shear
|
||||
* @function
|
||||
* @param {Point} shear the horziontal and vertical shear factors as a point
|
||||
* @param {Point} shear the horizontal and vertical shear factors as a point
|
||||
* @param {Point} [center={@link Item#position}]
|
||||
* @see Matrix#shear(shear[, center])
|
||||
*/
|
||||
|
@ -3487,7 +3487,7 @@ new function() { // Injection scope for hit-test functions shared with project
|
|||
*
|
||||
* @name Item#skew
|
||||
* @function
|
||||
* @param {Point} skew the horziontal and vertical skew angles in degrees
|
||||
* @param {Point} skew the horizontal and vertical skew angles in degrees
|
||||
* @param {Point} [center={@link Item#position}]
|
||||
* @see Matrix#shear(skew[, center])
|
||||
*/
|
||||
|
|
|
@ -633,7 +633,7 @@ var View = Base.extend(Emitter, /** @lends View# */{
|
|||
*
|
||||
* @name View#shear
|
||||
* @function
|
||||
* @param {Point} shear the horziontal and vertical shear factors as a point
|
||||
* @param {Point} shear the horizontal and vertical shear factors as a point
|
||||
* @param {Point} [center={@link View#center}]
|
||||
* @see Matrix#shear(shear[, center])
|
||||
*/
|
||||
|
@ -655,7 +655,7 @@ var View = Base.extend(Emitter, /** @lends View# */{
|
|||
*
|
||||
* @name View#skew
|
||||
* @function
|
||||
* @param {Point} skew the horziontal and vertical skew angles in degrees
|
||||
* @param {Point} skew the horizontal and vertical skew angles in degrees
|
||||
* @param {Point} [center={@link View#center}]
|
||||
* @see Matrix#shear(skew[, center])
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue