Closed
Bug 708259
Opened 13 years ago
Closed 13 years ago
Canvas fillText fails to render mix of arabic and latin characters
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 698185
People
(Reporter: mail, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.10 Chromium/14.0.835.202 Chrome/14.0.835.202 Safari/535.1
Steps to reproduce:
on a canvas element run ctx.fillText() on the following string:
"ئجإلك في hello ٯ "
eg:
http://jsfiddle.net/jpsFq/
Actual results:
Only arabic characters displayed on canvas
Expected results:
all characters displayed. Works fine on chrome(ium) & IE9
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•