Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't request glyphs for verticalized punctuation if feature can't be verticalized #4720

Closed
ChrisLoer opened this issue May 17, 2017 · 1 comment
Labels
GL native → GL JS For feature parity with Mapbox Maps SDK on a native platform good first issue

Comments

@ChrisLoer
Copy link
Contributor

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 into symbol_bucket.js (test for textAlongLine and allowsVerticalWritingMode before putting glyphs into the requested list with stack[text.charCodeAt(i)] = true;).

/cc @1ec5 @mb12

@ChrisLoer
Copy link
Contributor Author

Fixed in #4941.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GL native → GL JS For feature parity with Mapbox Maps SDK on a native platform good first issue
Projects
None yet
Development

No branches or pull requests

1 participant