mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Update WR (radial gradients, subpixel positioning, tiling changes).
This commit is contained in:
parent
71deabc8bc
commit
4cbefe82b5
13 changed files with 117 additions and 61 deletions
|
@ -246,7 +246,8 @@ impl WebRenderDisplayItemConverter for DisplayItem {
|
|||
item.text_run.font_key,
|
||||
item.text_color,
|
||||
item.text_run.actual_pt_size,
|
||||
item.blur_radius);
|
||||
item.blur_radius,
|
||||
None);
|
||||
}
|
||||
}
|
||||
DisplayItem::Image(ref item) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue