LibWeb/SVG: Stub SVGTransform.type

This commit is contained in:
Jamie Mansfield 2024-05-06 11:39:17 +01:00 committed by Andrew Kaster
commit 4406d06d26
Notes: sideshowbarker 2024-07-18 02:47:59 +09:00
3 changed files with 22 additions and 1 deletions

View file

@ -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;