Implement sideways text.

This commit is contained in:
Simon Sapin 2014-08-22 22:49:32 +01:00
parent db80b76d0a
commit 80704aeabd
6 changed files with 126 additions and 37 deletions

View file

@ -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();
});
}