LibWeb: Stub out SVGTransform

This commit is contained in:
MacDue 2024-03-31 14:41:00 +01:00 committed by Alexander Kalenik
commit a6a40a5bc6
Notes: sideshowbarker 2024-07-17 18:49:10 +09:00
6 changed files with 86 additions and 0 deletions

View file

@ -68,6 +68,7 @@ static bool is_platform_object(Type const& type)
"ReadableStream"sv,
"Request"sv,
"Selection"sv,
"SVGTransform"sv,
"Table"sv,
"Text"sv,
"TextMetrics"sv,