ref: 81c31f62cb30bb5526ffa3f19fb06b14ca593b00
parent: fb0d66d04c4dd8d7f9604af1a6001b2737cb5098
author: Alexei Podtelezhnikov <[email protected]>
date: Thu Nov 8 02:54:47 EST 2018
[ftstroke] Fix unpredictable failures (#54976). * src/base/ftstroke.c (ft_sroke_border_close): Set the start tags.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-11-08 Alexei Podtelezhnikov <[email protected]>
+
+ [ftstroke] Fix unpredictable failures (#54976).
+
+ * src/base/ftstroke.c (ft_sroke_border_close): Set the start tags.
+
2018-11-07 Ben Wagner <[email protected]>
[truetype] Fix VF check from 2018-09-12 (#54973).
--- a/src/base/ftstroke.c
+++ b/src/base/ftstroke.c
@@ -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 )
{