Update WR (text-shadow optimizations).

This commit is contained in:
Glenn Watson 2017-07-20 13:23:38 +10:00
parent 7d95fb8e49
commit 8e979e301a
2 changed files with 3 additions and 3 deletions

View file

@ -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,