Skip to content

Commit

Permalink
Better documentation for wrap-character
Browse files Browse the repository at this point in the history
  • Loading branch information
sommerluk committed May 10, 2018
1 parent d89bcde commit 73ea2e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 3.0.20/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long names."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"halo-fill": {
"css": "shield-halo-fill",
Expand Down Expand Up @@ -2099,8 +2099,8 @@
"type": "string",
"expression":true,
"default-value": "\" \"",
"default-meaning": "Lines will be wrapped when whitespace is encountered.",
"doc": "Use this character instead of a space to wrap long text."
"default-meaning": "Lines will be wrapped conforming to the (untailored) Unicode Line Break Algorithm provided by ICU BreakIterator.",
"doc": "Must be a single character. If you set it to other than the space character, Mapnik will wrap strictly on that character without involving any additional rules."
},
"repeat-wrap-character": {
"css": "text-repeat-wrap-character",
Expand Down

0 comments on commit 73ea2e9

Please sign in to comment.