[Webkit-unassigned] [Bug 50365] Glyphs in vertical text tests are rotated 90 degrees clockwise on Chromium Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 17 00:27:46 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50365





--- Comment #29 from Koan-Sin Tan <koansin.tan at gmail.com>  2010-12-17 00:27:46 PST ---
(In reply to comment #28)
> Rebaseline done by http://trac.webkit.org/changeset/74233
> 
> Koan-Sin Tan, thank you for making this change!

No problem. Thanks for your review. I'd like to see CSS Writing Mode works on my favoriate browser.

This is initial work. Some work remains to be done. E.g.,
1. the system fallback font: on my Ubutun, it's WenQuanYi Zen Hei, which doesn't display those test cases well. This may be trivial and easy work, but need some time to construct a table, maybe.

2. Non- CJK glyphs are not supposed to be rotated like CJK glyphs. This is not easy, because it seems there is no way to check if a glyph is a CJK glyph or not in Font::drawGlyphs() without modifying struct GlyphData.

3. Mongolian and some other scripts also use vertical writing.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list