mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update WR (text-shadow optimizations).
This commit is contained in:
parent
7d95fb8e49
commit
8e979e301a
2 changed files with 3 additions and 3 deletions
|
@ -2123,7 +2123,7 @@ impl FragmentDisplayListBuilding for Fragment {
|
|||
// to back).
|
||||
|
||||
// Shadows
|
||||
for shadow in text_shadows.iter() {
|
||||
for shadow in text_shadows.iter().rev() {
|
||||
state.add_display_item(DisplayItem::PushTextShadow(box PushTextShadowDisplayItem {
|
||||
base: base.clone(),
|
||||
blur_radius: shadow.blur,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue