Skip to content

Commit

Permalink
add SVGComponentTransferFunctionElement interfaces (#37249)
Browse files Browse the repository at this point in the history
* 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
yashrajbharti and wbamberg authored Jan 10, 2025
1 parent 87b76f2 commit c8c435d
Show file tree
Hide file tree
Showing 7 changed files with 161 additions and 0 deletions.
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}}
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}}
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}}
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}}
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}}
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}}
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}}

0 comments on commit c8c435d

Please sign in to comment.