mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
gfx: Clip the background properly when border-radius
is used.
Improves Reddit, GitHub, etc.
This commit is contained in:
parent
b22b29533a
commit
cc7cacfd5f
12 changed files with 356 additions and 119 deletions
|
@ -510,7 +510,7 @@ impl WorkerThread {
|
|||
page_rect: tile.page_rect,
|
||||
screen_rect: tile.screen_rect,
|
||||
clip_rect: None,
|
||||
transient_clip_rect: None,
|
||||
transient_clip: None,
|
||||
};
|
||||
|
||||
// Apply the translation to paint the tile we want.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue