[ftstroke] Fix unpredictable failures (#54976).

* src/base/ftstroke.c (ft_sroke_border_close): Set the start tags.
This commit is contained in:
Alexei Podtelezhnikov 2018-11-08 07:54:47 -05:00
parent fb0d66d04c
commit 81c31f62cb
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2018-11-08 Alexei Podtelezhnikov <apodtele@gmail.com>
[ftstroke] Fix unpredictable failures (#54976).
* src/base/ftstroke.c (ft_sroke_border_close): Set the start tags.
2018-11-07 Ben Wagner <bungeman@google.com>
[truetype] Fix VF check from 2018-09-12 (#54973).

View File

@ -367,6 +367,7 @@
/* it contains the `adjusted' starting coordinates */
border->num_points = --count;
border->points[start] = border->points[count];
border->tags[start] = border->tags[count];
if ( reverse )
{