GLOBAL: 'horizontal'

master
Mike Sierra 2013-10-09 16:07:25 -04:00
parent 13599ac0f5
commit c51a3119c9
2 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ Snap.plugin(function (Snap, Element, Paper, glob) {
** **
* Returns string of the blur filter. * Returns string of the blur filter.
** **
- x (number) amount of horisontal blur in px. - x (number) amount of horizontal blur in px.
- y (number) #optional amount of vertical blur in px. - y (number) #optional amount of vertical blur in px.
= (string) filter representation = (string) filter representation
> Usage > Usage
@ -117,7 +117,7 @@ Snap.plugin(function (Snap, Element, Paper, glob) {
** **
* Returns string of the shadow filter. * Returns string of the shadow filter.
** **
- dx (number) horisontal shift of the shadow in px. - dx (number) horizontal shift of the shadow in px.
- dy (number) vertical shift of the shadow in px. - dy (number) vertical shift of the shadow in px.
- blur (number) #optional amount of blur. - blur (number) #optional amount of blur.
- color (string) #optional color of the shadow. - color (string) #optional color of the shadow.

View File

@ -2552,7 +2552,7 @@ function gradientRadial(defs, cx, cy, r, fx, fy) {
- y (number) y coordinate of the top left corner - y (number) y coordinate of the top left corner
- width (number) width - width (number) width
- height (number) height - height (number) height
- rx (number) #optional horisontal radius for rounded corners, default is 0 - rx (number) #optional horizontal radius for rounded corners, default is 0
- ry (number) #optional vertical radius for rounded corners, default is rx or 0 - ry (number) #optional vertical radius for rounded corners, default is rx or 0
= (object) `rect` element = (object) `rect` element
** **