mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
LibWeb/SVG: Stub SVGTransform.type
This commit is contained in:
parent
bc91c75481
commit
4406d06d26
Notes:
sideshowbarker
2024-07-18 02:47:59 +09:00
Author: https://github.com/jamierocks
Commit: 4406d06d26
Pull-request: https://github.com/SerenityOS/serenity/pull/24231
Reviewed-by: https://github.com/MacDue ✅
3 changed files with 22 additions and 1 deletions
|
@ -10,7 +10,7 @@ interface SVGTransform {
|
|||
const unsigned short SVG_TRANSFORM_SKEWX = 5;
|
||||
const unsigned short SVG_TRANSFORM_SKEWY = 6;
|
||||
|
||||
// FIXME: readonly attribute unsigned short type;
|
||||
readonly attribute unsigned short type;
|
||||
// FIXME: [SameObject] readonly attribute DOMMatrix matrix;
|
||||
// FIXME: readonly attribute float angle;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue