mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Unbreak SVGFilterElement compilation
This was caused by an undetected merge conflict.
This commit is contained in:
parent
1dd3608960
commit
cd1cf75f7b
|
|
@ -117,8 +117,7 @@ Optional<Gfx::Filter> SVGFilterElement::gfx_filter()
|
|||
} else if (auto* blend_primitive = as_if<SVGFEBlendElement>(node)) {
|
||||
auto foreground = resolve_input_filter(blend_primitive->in1()->base_val());
|
||||
auto background = resolve_input_filter(blend_primitive->in2()->base_val());
|
||||
|
||||
auto blend_mode = blend_primitive.mode();
|
||||
auto blend_mode = blend_primitive->mode();
|
||||
|
||||
root_filter = Gfx::Filter::blend(background, foreground, blend_mode);
|
||||
update_result_map(*blend_primitive);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user