diff --git a/src/hb-paint-extents.hh b/src/hb-paint-extents.hh index 5434e7138..2d4491e07 100644 --- a/src/hb-paint-extents.hh +++ b/src/hb-paint-extents.hh @@ -73,7 +73,7 @@ struct hb_paint_extents_context_t auto bounds = hb_bounds_t {extents}; bounds.intersect (clips.tail ()); - clips.push (hb_bounds_t {extents}); + clips.push (bounds); } void pop_clip ()