mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
layout: Implement text-shadow
per CSS-TEXT-DECORATION-3 § 4.
This commit is contained in:
parent
fed878710c
commit
09358b908d
19 changed files with 683 additions and 152 deletions
|
@ -536,7 +536,7 @@ impl WorkerThread {
|
|||
// Build the paint context.
|
||||
let mut paint_context = PaintContext {
|
||||
draw_target: draw_target.clone(),
|
||||
font_ctx: &mut self.font_context,
|
||||
font_context: &mut self.font_context,
|
||||
page_rect: tile.page_rect,
|
||||
screen_rect: tile.screen_rect,
|
||||
clip_rect: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue