Skip to content

Commit 151b986

Browse files
committed
update gl symbol list so that they all render in imagetest container
1 parent 083b00a commit 151b986

File tree

1 file changed

+32
-11
lines changed

1 file changed

+32
-11
lines changed

src/constants/gl_markers.js

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
'use strict';
1111

1212
module.exports = {
13-
circle: '●',
13+
'circle': '●',
1414
'circle-open': '○',
15-
square: '■',
15+
'square': '■',
1616
'square-open': '□',
17-
diamond: '◆',
17+
'diamond': '◆',
1818
'diamond-open': '◇',
19-
cross: '+',
20-
x: '❌',
19+
'cross': '✚',
2120
'triangle-up': '▲',
2221
'triangle-up-open': '△',
2322
'triangle-down': '▼',
@@ -41,16 +40,38 @@ module.exports = {
4140
'hexagon2': '⬣',
4241
'star': '★',
4342
'star-open': '☆',
44-
'hexagram': '✶',
4543
'diamond-tall': '♦',
4644
'diamond-tall-open': '♢',
47-
'hourglass': '',
48-
'hourglass-open': '',
45+
'diamond-wide': '',
46+
'diamond-wide-open': '',
4947
'bowtie': '⧓',
5048
'bowtie-open': '⋈',
51-
'circle-cross': '',
52-
'circle-x': '',
49+
'circle-cross': '',
50+
'circle-x': '',
5351
'square-cross': '⊞',
5452
'square-x': '⊠',
55-
'asterisk': '✱'
53+
'diamond-cross': '⟠',
54+
'diamond-x': '❖',
55+
'cross-thin': '+',
56+
'cross-thin-open': '+',
57+
'x-thin': '╳',
58+
'x-thin-open': '╳',
59+
'asterisk': '✳',
60+
'asterisk-open': '✳',
61+
'y-up': '⅄',
62+
'y-up-open': '⅄',
63+
'y-down': 'Y',
64+
'y-down-open': 'Y',
65+
'y-left': '≺',
66+
'y-left-open': '≺',
67+
'y-right': '≻',
68+
'y-right-open': '≻',
69+
'line-ew': '─',
70+
'line-ew-open': '─',
71+
'line-ns': '│',
72+
'line-ns-open': '│',
73+
'line-ne': '╱',
74+
'line-ne-open': '╱',
75+
'line-nw': '╲',
76+
'line-nw-open': '╲'
5677
};

0 commit comments

Comments
 (0)