#13211 closed defect (fixed)
[ccla] GFX: Using the Canvas renderer on Chrome, white arabic characters are not visible
Reported by: | Eric Durocher | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX GFX | Version: | 1.7.0b1 |
Keywords: | gfx canvas arabic white | Cc: | edurocher@… |
Blocked By: | Blocking: |
Description
In a GFX surface, using the Canvas renderer, if a Text shape contains Arabic characters and has a white fill color, the Arabic characters are not visible. Black text works OK.
To reproduce, drop the attached sample to dojox/gfx/tests and launch it using Chrome. The Arabic part of the white text is not visible.
Attachments (1)
Change History (7)
Changed 9 years ago by
Attachment: | arabic.html added |
---|
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
does #FFFFF work in place of "white" possible workaround to test for chrome version and arabic, then if "white" set FFFFFF or FFFFFE (something close to white)?
comment:4 Changed 8 years ago by
The chromium bug has been fixed . http://code.google.com/p/chromium/issues/detail?id=86165#c4
comment:5 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
This is a Chrome bug. Reproduced in pure html 5. see http://code.google.com/p/chromium/issues/detail?id=86165 (with the testcase).