fix failure to check glyf recursion

This commit is contained in:
Michiharu Ariza 2019-04-05 15:04:23 -07:00
parent b999ce9bf0
commit 8a92ffd9bb
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ struct glyf
{
contour_point_vector_t comp_points;
if (unlikely (!get_points_var (composite.current->glyphIndex, coords, coord_count,
comp_points))) return false;
comp_points, depth))) return false;
/* Apply component transformation & translation */
composite.current->transform_points (comp_points);