We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37694c commit 6c63653Copy full SHA for 6c63653
js/symbol/symbol_instances.js
@@ -19,10 +19,10 @@ const SymbolInstancesArray = createStructArrayType({
19
{ type: 'Uint16', name: 'textBoxEndIndex' },
20
{ type: 'Uint16', name: 'iconBoxStartIndex' },
21
{ type: 'Uint16', name: 'iconBoxEndIndex' },
22
- { type: 'Uint16', name: 'glyphQuadStartIndex' },
23
- { type: 'Uint16', name: 'glyphQuadEndIndex' },
24
- { type: 'Uint16', name: 'iconQuadStartIndex' },
25
- { type: 'Uint16', name: 'iconQuadEndIndex' },
+ { type: 'Uint32', name: 'glyphQuadStartIndex' },
+ { type: 'Uint32', name: 'glyphQuadEndIndex' },
+ { type: 'Uint32', name: 'iconQuadStartIndex' },
+ { type: 'Uint32', name: 'iconQuadEndIndex' },
26
27
// each symbolInstance is centered around the anchor point
28
{ type: 'Int16', name: 'anchorPointX' },
0 commit comments