-
Notifications
You must be signed in to change notification settings - Fork 22.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add SVGComponentTransferFunctionElement interfaces (#37249)
* add SVGComponentTransferFunctionElement interfaces * remove folder * fix folder * Update files/en-us/web/api/svgcomponenttransferfunctionelement/type/index.md --------- Co-authored-by: wbamberg <[email protected]>
- Loading branch information
1 parent
87b76f2
commit c8c435d
Showing
7 changed files
with
161 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
files/en-us/web/api/svgcomponenttransferfunctionelement/amplitude/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "SVGComponentTransferFunctionElement: amplitude property" | ||
short-title: amplitude | ||
slug: Web/API/SVGComponentTransferFunctionElement/amplitude | ||
page-type: web-api-instance-property | ||
browser-compat: api.SVGComponentTransferFunctionElement.amplitude | ||
--- | ||
|
||
{{APIRef("SVG")}} | ||
|
||
The **`amplitude`** read-only property of the {{domxref("SVGComponentTransferFunctionElement")}} interface reflects the {{SVGAttr("amplitude")}} attribute of the given element. | ||
|
||
## Value | ||
|
||
An {{domxref("SVGAnimatedNumber")}} object. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} |
23 changes: 23 additions & 0 deletions
23
files/en-us/web/api/svgcomponenttransferfunctionelement/exponent/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "SVGComponentTransferFunctionElement: exponent property" | ||
short-title: exponent | ||
slug: Web/API/SVGComponentTransferFunctionElement/exponent | ||
page-type: web-api-instance-property | ||
browser-compat: api.SVGComponentTransferFunctionElement.exponent | ||
--- | ||
|
||
{{APIRef("SVG")}} | ||
|
||
The **`exponent`** read-only property of the {{domxref("SVGComponentTransferFunctionElement")}} interface reflects the {{SVGAttr("exponent")}} attribute of the given element. | ||
|
||
## Value | ||
|
||
An {{domxref("SVGAnimatedNumber")}} object. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} |
23 changes: 23 additions & 0 deletions
23
files/en-us/web/api/svgcomponenttransferfunctionelement/intercept/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "SVGComponentTransferFunctionElement: intercept property" | ||
short-title: intercept | ||
slug: Web/API/SVGComponentTransferFunctionElement/intercept | ||
page-type: web-api-instance-property | ||
browser-compat: api.SVGComponentTransferFunctionElement.intercept | ||
--- | ||
|
||
{{APIRef("SVG")}} | ||
|
||
The **`intercept`** read-only property of the {{domxref("SVGComponentTransferFunctionElement")}} interface reflects the {{SVGAttr("intercept")}} attribute of the given element. | ||
|
||
## Value | ||
|
||
An {{domxref("SVGAnimatedNumber")}} object. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} |
23 changes: 23 additions & 0 deletions
23
files/en-us/web/api/svgcomponenttransferfunctionelement/offset/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "SVGComponentTransferFunctionElement: offset property" | ||
short-title: offset | ||
slug: Web/API/SVGComponentTransferFunctionElement/offset | ||
page-type: web-api-instance-property | ||
browser-compat: api.SVGComponentTransferFunctionElement.offset | ||
--- | ||
|
||
{{APIRef("SVG")}} | ||
|
||
The **`offset`** read-only property of the {{domxref("SVGComponentTransferFunctionElement")}} interface reflects the {{SVGAttr("offset")}} attribute of the given element. | ||
|
||
## Value | ||
|
||
An {{domxref("SVGAnimatedNumber")}} object. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} |
23 changes: 23 additions & 0 deletions
23
files/en-us/web/api/svgcomponenttransferfunctionelement/slope/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "SVGComponentTransferFunctionElement: slope property" | ||
short-title: slope | ||
slug: Web/API/SVGComponentTransferFunctionElement/slope | ||
page-type: web-api-instance-property | ||
browser-compat: api.SVGComponentTransferFunctionElement.slope | ||
--- | ||
|
||
{{APIRef("SVG")}} | ||
|
||
The **`slope`** read-only property of the {{domxref("SVGComponentTransferFunctionElement")}} interface reflects the {{SVGAttr("slope")}} attribute of the given element. | ||
|
||
## Value | ||
|
||
An {{domxref("SVGAnimatedNumber")}} object. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} |
23 changes: 23 additions & 0 deletions
23
files/en-us/web/api/svgcomponenttransferfunctionelement/tablevalues/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "SVGComponentTransferFunctionElement: tableValues property" | ||
short-title: tableValues | ||
slug: Web/API/SVGComponentTransferFunctionElement/tableValues | ||
page-type: web-api-instance-property | ||
browser-compat: api.SVGComponentTransferFunctionElement.tableValues | ||
--- | ||
|
||
{{APIRef("SVG")}} | ||
|
||
The **`tableValues`** read-only property of the {{domxref("SVGComponentTransferFunctionElement")}} interface reflects the {{SVGAttr("tableValues")}} attribute of the given element. | ||
|
||
## Value | ||
|
||
An {{domxref("SVGAnimatedNumberList")}} object. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} |
23 changes: 23 additions & 0 deletions
23
files/en-us/web/api/svgcomponenttransferfunctionelement/type/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "SVGComponentTransferFunctionElement: type property" | ||
short-title: type | ||
slug: Web/API/SVGComponentTransferFunctionElement/type | ||
page-type: web-api-instance-property | ||
browser-compat: api.SVGComponentTransferFunctionElement.type | ||
--- | ||
|
||
{{APIRef("SVG")}} | ||
|
||
The **`type`** read-only property of the {{domxref("SVGComponentTransferFunctionElement")}} interface reflects the {{SVGAttr("type")}} attribute of the given element. It takes one of the [`SVG_FECOMPONENTTRANSFER_TYPE_*`](/en-US/docs/Web/API/SVGComponentTransferFunctionElement#constants) constants defined on this interface. | ||
|
||
## Value | ||
|
||
An {{domxref("SVGAnimatedEnumeration")}} object. | ||
|
||
## Specifications | ||
|
||
{{Specifications}} | ||
|
||
## Browser compatibility | ||
|
||
{{Compat}} |