Skip to content

Commit

Permalink
Merge pull request #1120 from timgates42/bugfix_typo_horizontal
Browse files Browse the repository at this point in the history
docs: Fix simple typo, horisontal -> horizontal
  • Loading branch information
tomasAlabes committed Apr 13, 2020
2 parents d8fbe4b + ead1555 commit 239dd92
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions dev/raphael.svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ define(["./raphael.core"], function(R) {
* Adds scale by given amount relative to given point to the list of
* transformations of the element.
> Parameters
- sx (number) horisontal scale amount
- sx (number) horizontal scale amount
- sy (number) vertical scale amount
- cx (number) #optional x coordinate of the centre of scale
- cy (number) #optional y coordinate of the centre of scale
Expand Down Expand Up @@ -805,7 +805,7 @@ define(["./raphael.core"], function(R) {
* Deprecated! Use @Element.transform instead.
* Adds translation by given amount to the list of transformations of the element.
> Parameters
- dx (number) horisontal shift
- dx (number) horizontal shift
- dy (number) vertical shift
= (object) @Element
\*/
Expand Down Expand Up @@ -1002,7 +1002,7 @@ define(["./raphael.core"], function(R) {
o opacity (number)
o path (string) SVG path string format
o r (number) radius of the circle, ellipse or rounded corner on the rect
o rx (number) horisontal radius of the ellipse
o rx (number) horizontal radius of the ellipse
o ry (number) vertical radius of the ellipse
o src (string) image URL, only works for @Element.image element
o stroke (string) stroke colour
Expand Down
8 changes: 4 additions & 4 deletions raphael.js
Original file line number Diff line number Diff line change
Expand Up @@ -6328,7 +6328,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
* Adds scale by given amount relative to given point to the list of
* transformations of the element.
> Parameters
- sx (number) horisontal scale amount
- sx (number) horizontal scale amount
- sy (number) vertical scale amount
- cx (number) #optional x coordinate of the centre of scale
- cy (number) #optional y coordinate of the centre of scale
Expand Down Expand Up @@ -6363,7 +6363,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
* Deprecated! Use @Element.transform instead.
* Adds translation by given amount to the list of transformations of the element.
> Parameters
- dx (number) horisontal shift
- dx (number) horizontal shift
- dy (number) vertical shift
= (object) @Element
\*/
Expand Down Expand Up @@ -6560,7 +6560,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
o opacity (number)
o path (string) SVG path string format
o r (number) radius of the circle, ellipse or rounded corner on the rect
o rx (number) horisontal radius of the ellipse
o rx (number) horizontal radius of the ellipse
o ry (number) vertical radius of the ellipse
o src (string) image URL, only works for @Element.image element
o stroke (string) stroke colour
Expand Down Expand Up @@ -8435,4 +8435,4 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;// Copyright (c)
/***/ })

/******/ });
});
});
8 changes: 4 additions & 4 deletions raphael.no-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -6328,7 +6328,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
* Adds scale by given amount relative to given point to the list of
* transformations of the element.
> Parameters
- sx (number) horisontal scale amount
- sx (number) horizontal scale amount
- sy (number) vertical scale amount
- cx (number) #optional x coordinate of the centre of scale
- cy (number) #optional y coordinate of the centre of scale
Expand Down Expand Up @@ -6363,7 +6363,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
* Deprecated! Use @Element.transform instead.
* Adds translation by given amount to the list of transformations of the element.
> Parameters
- dx (number) horisontal shift
- dx (number) horizontal shift
- dy (number) vertical shift
= (object) @Element
\*/
Expand Down Expand Up @@ -6560,7 +6560,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
o opacity (number)
o path (string) SVG path string format
o r (number) radius of the circle, ellipse or rounded corner on the rect
o rx (number) horisontal radius of the ellipse
o rx (number) horizontal radius of the ellipse
o ry (number) vertical radius of the ellipse
o src (string) image URL, only works for @Element.image element
o stroke (string) stroke colour
Expand Down Expand Up @@ -8008,4 +8008,4 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_eve__;
/***/ })

/******/ });
});
});

0 comments on commit 239dd92

Please sign in to comment.