WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMSVGFEMorphologyElement

IID:16154319-FB5F-4473-B360-5065B6096D33
Inherits From:nsIDOMSVGFilterPrimitiveStandardAttributes

Constants

PRUint16 SVG_OPERATOR_UNKNOWN = 0
PRUint16 SVG_OPERATOR_ERODE = 1
PRUint16 SVG_OPERATOR_DILATE = 2

Properties

readonly nsIDOMSVGAnimatedString in1

readonly nsIDOMSVGAnimatedEnumeration operator

readonly nsIDOMSVGAnimatedNumber radiusX

readonly nsIDOMSVGAnimatedNumber radiusY


Methods

void setRadius ( float rx , float ry )

void setRadius ( float rx , float ry )

Arguments:
rx
ry

Reference documentation is generated from Mozilla's source.