mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[paint] Intersect clips
This commit is contained in:
parent
b0cf3d81ea
commit
ed6362600d
1 changed files with 3 additions and 1 deletions
|
@ -70,7 +70,9 @@ struct hb_paint_extents_context_t
|
|||
const hb_transform_t &t = transforms.tail ();
|
||||
t.transform_extents (extents);
|
||||
|
||||
// TODO Intersect with existing clip?!
|
||||
auto bounds = hb_bounds_t {extents};
|
||||
bounds.intersect (clips.tail ());
|
||||
|
||||
clips.push (hb_bounds_t {extents});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue