Closed
Bug 369198
Opened 18 years ago
Closed 18 years ago
some characters missing at drawing
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
this is a regression of new textrun.
some characters (only some fonts with some style) are missing at drawing. this is a critical regression, we should fix this before a2.
screenshot:
http://bugzilla.mozilla.gr.jp/attachment.cgi?id=3464&action=view
"とおや@もじ組" should be "とおやま@もじら組".
In SetGlyphs, the complex cluster flag is not initialized. We should always initialize it. The SetGlyph might be aborted by |aAbortOnMissingGlyphs|.
Attachment #253865 -
Flags: review?(roc)
Assignee | ||
Updated•18 years ago
|
Attachment #253865 -
Flags: review?(vladimir)
Comment 1•18 years ago
|
||
I tried the patch rv1.0.
It seems very good.
The problems gone away.
Thanks, Nakano-san.
Comment 2•18 years ago
|
||
Thank you, Masayuki. I was just going to file a bug about Hebrew and Arabic diacritics not being rendered correctly, but this patch fixes it.
Comment on attachment 253865 [details] [diff] [review]
Patch rv1.0
good, thanks!!
Attachment #253865 -
Flags: review?(roc) → review+
Comment on attachment 253865 [details] [diff] [review]
Patch rv1.0
good, thanks!!
Attachment #253865 -
Flags: review?(vladimir)
Assignee | ||
Comment 5•18 years ago
|
||
checked-in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•