Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Promote glyphs to a top level element #77

Merged
merged 2 commits into from
Jul 2, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions reference/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"sprite": {
"type": "sprite",
"doc": "Sprite definition."
},
"glyphs": {
"type": "string",
"doc": "A URL template for loading signed-distance-field glyph sets in PBF format. Valid tokens are {{fontstack}} and {{range}}."
}
},
"sprite": [{
Expand Down Expand Up @@ -61,9 +65,6 @@
"type": "string",
"doc": "A URL, or URL template to retrive the source data."
},
"glyphs": {
"type": "string"
},
"tileSize": {
"type": "number",
"default": 512
Expand Down