summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/local_glyphs/chinese-punctuation.json195
-rw-r--r--test/fixtures/local_glyphs/chinese_punctuation/expected.pngbin0 -> 25981 bytes
2 files changed, 195 insertions, 0 deletions
diff --git a/test/fixtures/local_glyphs/chinese-punctuation.json b/test/fixtures/local_glyphs/chinese-punctuation.json
new file mode 100644
index 0000000000..e3c7c57fcc
--- /dev/null
+++ b/test/fixtures/local_glyphs/chinese-punctuation.json
@@ -0,0 +1,195 @@
+{
+ "version": 8,
+ "zoom": 0,
+ "center": [0, 0],
+ "sources": {
+ "mapbox": {
+ "type": "geojson",
+ "data": {
+ "type": "FeatureCollection",
+ "features": [
+ {
+ "type": "Feature",
+ "properties": {
+ "name": "氣—到–身_什…戰.只。"
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -119,
+ 85
+ ],
+ [
+ -119,
+ 10
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "name": "(氣)到(身)(什)"
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -32.453124999999964,
+ 85
+ ],
+ [
+ -32.453124999999964,
+ 10
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "name": "“氣”到“身”“白”"
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 52.04687500000002,
+ 85
+ ],
+ [
+ 52.04687500000002,
+ 10
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "name": "—氣—到—a—a—"
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 128.703125,
+ 85
+ ],
+ [
+ 128.703125,
+ 10
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "name": "氣—到–身_什…戰.只。"
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -150,
+ -17
+ ],
+ [
+ -10,
+ -17
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "name": "(氣)到(身)(什)"
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ -150,
+ -58
+ ],
+ [
+ -10,
+ -58
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "name": "“氣”到“身”“白”"
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 10,
+ -17
+ ],
+ [
+ 130,
+ -17
+ ]
+ ]
+ }
+ },
+ {
+ "type": "Feature",
+ "properties": {
+ "name": "—氣—到—a—a—"
+ },
+ "geometry": {
+ "type": "LineString",
+ "coordinates": [
+ [
+ 10,
+ -58
+ ],
+ [
+ 130,
+ -58
+ ]
+ ]
+ }
+ }
+ ]
+ }
+ }
+ },
+ "glyphs": "local://glyphs/{fontstack}/{range}.pbf",
+ "layers": [
+ {
+ "id": "background",
+ "type": "background",
+ "paint": {
+ "background-color": "white"
+ }
+ },
+ {
+ "id": "lines-symbol",
+ "type": "symbol",
+ "source": "mapbox",
+ "layout": {
+ "text-field": "{name}",
+ "symbol-placement": "line",
+ "text-allow-overlap": true,
+ "text-font": [ "NotoCJK" ]
+ }
+ }, {
+ "id": "lines",
+ "type": "line",
+ "source": "mapbox",
+ "paint": {
+ "line-opacity": 0.25
+ }
+ }
+ ]
+}
diff --git a/test/fixtures/local_glyphs/chinese_punctuation/expected.png b/test/fixtures/local_glyphs/chinese_punctuation/expected.png
new file mode 100644
index 0000000000..74bea29b80
--- /dev/null
+++ b/test/fixtures/local_glyphs/chinese_punctuation/expected.png
Binary files differ