mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Support transforms for display list optimization. Prevents clipping in #6643.
This commit is contained in:
parent
b9f00190e1
commit
11b1c19b05
7 changed files with 134 additions and 91 deletions
|
@ -602,7 +602,6 @@ impl WorkerThread {
|
|||
self.time_profiler_sender.clone(),
|
||||
|| {
|
||||
stacking_context.optimize_and_draw_into_context(&mut paint_context,
|
||||
&tile_bounds,
|
||||
&matrix,
|
||||
None);
|
||||
paint_context.draw_target.flush();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue