You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slightly more involved fix than the gl-native side because we need to move the requests for verticalization out of glyph_source.js and into symbol_bucket.js (test for textAlongLine and allowsVerticalWritingMode before putting glyphs into the requested list with stack[text.charCodeAt(i)] = true;).
Port of mapbox/mapbox-gl-native#8982.
Slightly more involved fix than the gl-native side because we need to move the requests for verticalization out of
glyph_source.js
and intosymbol_bucket.js
(test fortextAlongLine
andallowsVerticalWritingMode
before putting glyphs into the requested list withstack[text.charCodeAt(i)] = true;
)./cc @1ec5 @mb12
The text was updated successfully, but these errors were encountered: