We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c3490 commit e205f93Copy full SHA for e205f93
Userland/Libraries/LibWeb/SVG/SVGSymbolElement.cpp
@@ -41,6 +41,7 @@ void SVGSymbolElement::apply_presentational_hints(CSS::StyleProperties& style) c
41
42
void SVGSymbolElement::attribute_changed(FlyString const& name, Optional<DeprecatedString> const& value)
43
{
44
+ Base::attribute_changed(name, value);
45
if (name.equals_ignoring_ascii_case(SVG::AttributeNames::viewBox))
46
m_view_box = try_parse_view_box(value.value_or(""));
47
}
0 commit comments