-
Notifications
You must be signed in to change notification settings - Fork 23.2k
Expand file tree
/
Copy pathindex.md
More file actions
32 lines (19 loc) · 735 Bytes
/
index.md
File metadata and controls
32 lines (19 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: SVGFEFuncAElement
slug: Web/API/SVGFEFuncAElement
page-type: web-api-interface
browser-compat: api.SVGFEFuncAElement
---
{{APIRef("SVG")}}
The **`SVGFEFuncAElement`** interface corresponds to the {{SVGElement("feFuncA")}} element.
{{InheritanceDiagram}}
## Instance properties
_This interface not provide any specific properties, but inherits properties from its parent interface, {{domxref("SVGComponentTransferFunctionElement")}}._
## Instance methods
_This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGComponentTransferFunctionElement")}}._
## Specifications
{{Specifications}}
## Browser compatibility
{{Compat}}
## See also
- {{SVGElement("feFuncA")}}