[paint-extents] Minor move variable
This commit is contained in:
parent
4e7807a090
commit
f6dc4698ef
|
@ -238,8 +238,7 @@ struct hb_paint_extents_context_t {
|
||||||
hb_transform_t &t = transforms.tail ();
|
hb_transform_t &t = transforms.tail ();
|
||||||
t.transform_extents (extents);
|
t.transform_extents (extents);
|
||||||
|
|
||||||
hb_bounds_t b {extents};
|
clips.push (hb_bounds_t {extents});
|
||||||
clips.push (b);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void pop_clip ()
|
void pop_clip ()
|
||||||
|
|
Loading…
Reference in New Issue