mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[paint] Err. Make previous commit actually work
This commit is contained in:
parent
ed6362600d
commit
540666b807
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue