Typo in dr.js comments

master
Dmitry Baranovskiy 2014-06-05 21:56:10 +10:00
parent 008fc2261b
commit e2a8156f34
1 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ Snap.plugin(function (Snap, Element, Paper, glob, Fragment) {
* Paper.ptrn
[ method ]
**
* Equivalent in behaviour to @Paper.g, except its a mask.
* Equivalent in behaviour to @Paper.g, except its a pattern.
- x (number) @optional X of the element
- y (number) @optional Y of the element
- width (number) @optional width of the element
@ -325,7 +325,7 @@ Snap.plugin(function (Snap, Element, Paper, glob, Fragment) {
- vbw (number) @optional viewbox width
- vbh (number) @optional viewbox height
**
= (object) the `mask` element
= (object) the `pattern` element
**
\*/
proto.ptrn = function (x, y, width, height, vx, vy, vw, vh) {