mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
LibWeb: Follow image-rendering
when painting image style values
This commit is contained in:
parent
22f7e800d2
commit
1473842b56
7 changed files with 13 additions and 13 deletions
|
@ -43,7 +43,7 @@ void MarkerPaintable::paint(PaintContext& context, PaintPhase phase) const
|
|||
};
|
||||
image_rect.center_within(enclosing);
|
||||
list_style_image->resolve_for_size(layout_box(), image_rect.size().to_type<float>());
|
||||
list_style_image->paint(context, image_rect);
|
||||
list_style_image->paint(context, image_rect, computed_values().image_rendering());
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue