Revert "[gpos] Break cycle-of-2 when cursive attaching"
This reverts commit 7090707de6
.
This commit is contained in:
parent
7090707de6
commit
3fe7195713
@ -1692,12 +1692,6 @@ struct CursivePosFormat1
|
|||||||
else
|
else
|
||||||
pos[child].x_offset = x_offset;
|
pos[child].x_offset = x_offset;
|
||||||
|
|
||||||
/* If parent was attached to child, break them free.
|
|
||||||
* https://github.com/harfbuzz/harfbuzz/issues/2469
|
|
||||||
*/
|
|
||||||
if (unlikely (pos[parent].attach_chain() = -pos[child].attach_chain()))
|
|
||||||
pos[parent].attach_chain() = 0;
|
|
||||||
|
|
||||||
buffer->idx++;
|
buffer->idx++;
|
||||||
return_trace (true);
|
return_trace (true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user