Skip to content

Commit

Permalink
Merge pull request #358 from mapbox/better-pattern-docs
Browse files Browse the repository at this point in the history
add explanation of tile size to pattern docs
  • Loading branch information
jfirebaugh committed Sep 14, 2015
2 parents af548fc + 2c84d99 commit 1824e7d
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."
"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."
"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 1824e7d

Please sign in to comment.