[paint] Err. Make previous commit actually work

This commit is contained in:
Behdad Esfahbod 2024-09-23 07:01:26 -06:00
parent ed6362600d
commit 540666b807

View file

@ -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 ()