mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibWeb: Implement Path2D class
This commit is contained in:
parent
a37ab7b9f8
commit
2ec52bbbd5
9 changed files with 92 additions and 0 deletions
|
@ -56,6 +56,8 @@ static bool is_wrappable_type(Type const& type)
|
|||
return true;
|
||||
if (type.name == "Blob")
|
||||
return true;
|
||||
if (type.name == "Path2D")
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue