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

When devanagari characters are rendered upright in vertical text, orthographic syllables containing conjuncts are kept together. #10

Open
r12a opened this issue Feb 17, 2021 · 0 comments

Comments

@r12a
Copy link
Contributor

r12a commented Feb 17, 2021

test

Test passes if the text is segmented as follows: प्र त्ये क व्य क्ति.

  • Gecko: ✘ Firefox/85.0 Mac OS X 10.16 Mostly segmentation appears to be grapheme-cluster based, but pre-base vowel-sign is rendered alone.
  • Blink: ✓✘ Chrome/88.0.4324.150 Mac OS X 10.16 An attempt has been made to keep conjuncts together, but both vowel-signs are rendered alone.
  • Webkit: ✓✘ Safari/605.1.15 Mac OS X 10.16 Same as Blink, except that only pre-base consonants are rendered alone.

Firefox:
Screenshot 2021-02-17 at 10 33 35

Chrome
Screenshot 2021-02-17 at 10 32 32

Safari
Screenshot 2021-02-17 at 10 33 00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant