Skip to content

Commit

Permalink
edited line-pattern, fill-pattern, and background-pattern descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicki Dlugash committed Sep 14, 2015
1 parent 3c8b2df commit 2c84d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@
"type": "string",
"function": "piecewise-constant",
"transition": true,
"doc": "Name of image in sprite to use for drawing image fills. For seamless patterns, image width and height must be a factor of two (2, 4, 8, 16, 32, and so on)."
"doc": "Name of image in sprite to use for drawing image fills. For seamless patterns, image width and height must be a factor of two (2, 4, 8, ..., 512)."
}
},
"paint_line": {
Expand Down Expand Up @@ -973,7 +973,7 @@
"type": "string",
"function": "piecewise-constant",
"transition": true,
"doc": "Name of image in sprite to use for drawing image lines."
"doc": "Name of image in sprite to use for drawing image lines. For seamless patterns, image width must be a factor of two (2, 4, 8, ..., 512)."
}
},
"paint_circle": {
Expand Down Expand Up @@ -1289,7 +1289,7 @@
"type": "string",
"function": "piecewise-constant",
"transition": true,
"doc": "Optionally an image which is drawn as the background. For seamless patterns, image width and height must be a factor of two (2, 4, 8, 16, 32, and so on)."
"doc": "Name of image in sprite to use for drawing an image background. For seamless patterns, image width and height must be a factor of two (2, 4, 8, ..., 512)."
},
"background-opacity": {
"type": "number",
Expand Down

0 comments on commit 2c84d99

Please sign in to comment.