mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibWeb: Add comments and missing items of various IDL files
This commit is contained in:
parent
fc46def2f5
commit
169d24ae2e
75 changed files with 233 additions and 129 deletions
|
@ -3,15 +3,16 @@
|
|||
[Exposed=Window]
|
||||
interface SVGGradientElement : SVGElement {
|
||||
|
||||
// Spread Method Types
|
||||
const unsigned short SVG_SPREADMETHOD_UNKNOWN = 0;
|
||||
const unsigned short SVG_SPREADMETHOD_PAD = 1;
|
||||
const unsigned short SVG_SPREADMETHOD_REFLECT = 2;
|
||||
const unsigned short SVG_SPREADMETHOD_REPEAT = 3;
|
||||
// Spread Method Types
|
||||
const unsigned short SVG_SPREADMETHOD_UNKNOWN = 0;
|
||||
const unsigned short SVG_SPREADMETHOD_PAD = 1;
|
||||
const unsigned short SVG_SPREADMETHOD_REFLECT = 2;
|
||||
const unsigned short SVG_SPREADMETHOD_REPEAT = 3;
|
||||
|
||||
// FIXME: [SameObject] readonly attribute SVGAnimatedEnumeration gradientUnits;
|
||||
// FIXME: [SameObject] readonly attribute SVGAnimatedTransformList gradientTransform;
|
||||
// FIXME: [SameObject] readonly attribute SVGAnimatedEnumeration spreadMethod;
|
||||
|
||||
// FIXME: [SameObject] readonly attribute SVGAnimatedEnumeration gradientUnits;
|
||||
// FIXME: [SameObject] readonly attribute SVGAnimatedTransformList gradientTransform;
|
||||
// FIXME: [SameObject] readonly attribute SVGAnimatedEnumeration spreadMethod;
|
||||
};
|
||||
|
||||
// FIXME: SVGGradientElement includes SVGURIReference;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue