diff --git a/src/hb-ot-glyf-table.hh b/src/hb-ot-glyf-table.hh index e0a69850f..1a008d11d 100644 --- a/src/hb-ot-glyf-table.hh +++ b/src/hb-ot-glyf-table.hh @@ -574,7 +574,7 @@ struct glyf struct contour_bounds_t { - contour_bounds_t () { min.x = min.y = FLT_MAX; max.x = max.y = FLT_MIN; } + contour_bounds_t () { min.x = min.y = FLT_MAX; max.x = max.y = -FLT_MAX; } void add (const contour_point_t &p) {