[patch][CCLA]Text shape with bidi-related special characters are not displayed under Chrome
Under Chrome, a gfx Text shape whose text contains digits (i.e [0-9] ) and bidi marks (like ‎ ‪) is not rendered.
This bug affects only the [0-9] characters range.
This is due to a bug in Chrome that appears when the SVG text node text-rendering attribute is set to "optimizeLegibility", as it is the case with the gfx svg renderer. The problem does not appear if the text-rendering is "auto".
the corresponding chromium ticket: https://code.google.com/p/chromium/issues/detail?id=165146
Change History (9)
Milestone: |
tbd →
1.9
|
Owner: |
changed from Eugene Lazutkin to Patrick Ruzand
|
Priority: |
undecided →
high
|
Status: |
new →
assigned
|
Description: |
modified (diff)
|
Summary: |
Text shape with bidi-related special characters are not displayed under Chrome →
[patch][CCLA]Text shape with bidi-related special characters are not displayed under Chrome
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
test case.