mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement sideways text.
This commit is contained in:
parent
db80b76d0a
commit
80704aeabd
6 changed files with 126 additions and 37 deletions
|
@ -352,7 +352,7 @@ impl<C:RenderListener + Send> RenderTask<C> {
|
|||
|
||||
// Draw the display list.
|
||||
profile(time::RenderingDrawingCategory, self.time_profiler_chan.clone(), || {
|
||||
display_list.draw_into_context(&mut ctx);
|
||||
display_list.draw_into_context(&mut ctx, &matrix);
|
||||
ctx.draw_target.flush();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue