Fix missing xscale in rtl graphite unpacking (#541)

* Fix missing xscale in rtl graphite unpacking

* Oops didn't need to mess with yscale
This commit is contained in:
mhosken 2017-09-27 01:29:45 +07:00 committed by Behdad Esfahbod
parent 3ca69c8c32
commit 66128d3cfb
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ _hb_graphite2_shape (hb_shape_plan_t *shape_plan,
}
else
{
curradvx = gr_seg_advance_X(seg);
curradvx = gr_seg_advance_X(seg) * xscale;
for (is = gr_seg_first_slot (seg); is; pPos++, info++, is = gr_slot_next_in_segment (is))
{
if (info->cluster != currclus)