forked from maplibre/maplibre-gl-js
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Vary grapheme baselines by script #2
Draft
1ec5
wants to merge
11
commits into
complex-text-50
Choose a base branch
from
baseline
base: complex-text-50
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Aug 27, 2024
-
Join grapheme clusters on combining marks, invisible stackers
If a grapheme cluster begins with a combining diacritical mark or ends with an invisible stacker, combine it with an adjacent grapheme cluster to avoid drawing diacritics over dotted circles or placeholder diacritics where adjacent characters should be ligated instead.
Configuration menu - View commit details
-
Copy full SHA for 8611ecd - Browse repository at this point
Copy the full SHA 8611ecdView commit details -
Generate Unicode character property data at build time
Added a script that fetches the latest Unicode character database’s property file for Indic syllable categories and generates a function for combining graphemes based on it.
Configuration menu - View commit details
-
Copy full SHA for 223afad - Browse repository at this point
Copy the full SHA 223afadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17fede7 - Browse repository at this point
Copy the full SHA 17fede7View commit details -
Replace zero-width joiners with temporary strip markers to prevent ICU from stripping them.
Configuration menu - View commit details
-
Copy full SHA for e1a116a - Browse repository at this point
Copy the full SHA e1a116aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fde9d76 - Browse repository at this point
Copy the full SHA fde9d76View commit details -
Configuration menu - View commit details
-
Copy full SHA for eca8090 - Browse repository at this point
Copy the full SHA eca8090View commit details -
Fixed combining right-to-left characters
Preemptively swap combining marks with the characters they modify to visual order, so that the RTL plugin will swap them back to logical order.
Configuration menu - View commit details
-
Copy full SHA for 31e8536 - Browse repository at this point
Copy the full SHA 31e8536View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6bbc6b - Browse repository at this point
Copy the full SHA b6bbc6bView commit details -
Break lines based on word segmentation
Replaced custom word break heuristics when determining line breaks with a word segmenter. Added a simple polyfill for older versions of Firefox.
Configuration menu - View commit details
-
Copy full SHA for 2748f1b - Browse repository at this point
Copy the full SHA 2748f1bView commit details -
Fixed an issue where vertical CJK text was shifted upwards by one em.
Configuration menu - View commit details
-
Copy full SHA for 29de7cc - Browse repository at this point
Copy the full SHA 29de7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc14cb - Browse repository at this point
Copy the full SHA 9dc14cbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.