mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 18:28:57 +00:00
LibWeb: Stub out SVGTransform
This commit is contained in:
parent
ce11a34fc6
commit
a6a40a5bc6
Notes:
sideshowbarker
2024-07-17 18:49:10 +09:00
Author: https://github.com/MacDue
Commit: a6a40a5bc6
Pull-request: https://github.com/SerenityOS/serenity/pull/23793
Reviewed-by: https://github.com/shannonbooth
6 changed files with 86 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue