Skip to content

Commit 1a6fc90

Browse files
committed
keep working options in test
1 parent a03ec91 commit 1a6fc90

File tree

2 files changed

+6
-43
lines changed

2 files changed

+6
-43
lines changed
-66.5 KB
Loading

test/image/mocks/zz-font-variant.json

Lines changed: 6 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,63 +6,26 @@
66
"mode": "text+markers",
77
"text": [
88
"normal",
9-
"sub",
10-
"super",
11-
"text",
12-
"emoji",
13-
"unicode",
149
"unicase",
15-
"titling-caps",
1610
"small-caps",
1711
"all-small-caps",
1812
"petite-caps",
19-
"all-petite-caps",
20-
"ordinal",
21-
"slashed-zero",
22-
"ruby",
23-
"contextual",
24-
"no-contextual",
25-
"common-ligatures",
26-
"no-common-ligatures",
27-
"discretionary-ligatures",
28-
"no-discretionary-ligatures",
29-
"historical-ligatures",
30-
"no-historical-ligatures",
31-
"historical-forms"
13+
"all-petite-caps"
3214
],
3315
"textfont": {
3416
"family": "Inter",
3517
"size": 16,
3618
"variant": [
3719
"normal",
38-
"sub",
39-
"super",
40-
"text",
41-
"emoji",
42-
"unicode",
4320
"unicase",
44-
"titling-caps",
4521
"small-caps",
4622
"all-small-caps",
4723
"petite-caps",
48-
"all-petite-caps",
49-
"ordinal",
50-
"slashed-zero",
51-
"ruby",
52-
"contextual",
53-
"no-contextual",
54-
"common-ligatures",
55-
"no-common-ligatures",
56-
"discretionary-ligatures",
57-
"no-discretionary-ligatures",
58-
"historical-ligatures",
59-
"no-historical-ligatures",
60-
"historical-forms"
61-
]
24+
"all-petite-caps" ]
6225
},
6326
"textposition": "right",
64-
"x": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
65-
"y": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]
27+
"x": [0, 0, 0, 0, 0, 0],
28+
"y": [0, 1, 2, 3, 4, 5]
6629
}
6730
],
6831
"layout": {
@@ -80,13 +43,13 @@
8043
"zeroline": false
8144
},
8245
"yaxis": {
83-
"range": [23.5, -0.5],
46+
"range": [5.5, -0.5],
8447
"showticklabels": false,
8548
"showgrid": false,
8649
"zeroline": false
8750
},
8851
"width": 400,
89-
"height": 800,
52+
"height": 300,
9053
"hovermode": "closest"
9154
}
9255
}

0 commit comments

Comments
 (0)