Haxe API Documentation
Back
|
Index
extern
class
js.html.svg.FilterElement
extends
Element
Available in js
The
filter
element serves as container for atomic filter operations. It is never rendered directly. A filter is referenced by using the
filter
attribute on the target SVG element.
Documentation for this class was provided by
MDN
.
var
filterResX(default,null) :
AnimatedInteger
var
filterResY(default,null) :
AnimatedInteger
var
filterUnits(default,null) :
AnimatedEnumeration
var
height(default,null) :
AnimatedLength
var
primitiveUnits(default,null) :
AnimatedEnumeration
var
width(default,null) :
AnimatedLength
var
x(default,null) :
AnimatedLength
var
y(default,null) :
AnimatedLength
function
setFilterRes(filterResX :
Int
, filterResY :
Int
) :
Void
Back
|
Index