Linux Mac OSX Windows

  
[scriptable, uuid(6ff3c539-1a3b-4a3f-8acd-354d349eb7fc)]
interface nsIDOMSVGFECompositeElement : nsIDOMSVGFilterPrimitiveStandardAttributes

Constants


        
const unsigned short SVG_OPERATOR_UNKNOWN = 0

        
const unsigned short SVG_OPERATOR_OVER = 1

        
const unsigned short SVG_OPERATOR_IN = 2

        
const unsigned short SVG_OPERATOR_OUT = 3

        
const unsigned short SVG_OPERATOR_ATOP = 4

        
const unsigned short SVG_OPERATOR_XOR = 5

        
const unsigned short SVG_OPERATOR_ARITHMETIC = 6

Attributes


        
readonly attribute nsIDOMSVGAnimatedString in1

        
readonly attribute nsIDOMSVGAnimatedString in2

        
readonly attribute nsIDOMSVGAnimatedNumber k1

        
readonly attribute nsIDOMSVGAnimatedNumber k2

        
readonly attribute nsIDOMSVGAnimatedNumber k3

        
readonly attribute nsIDOMSVGAnimatedNumber k4

        
readonly attribute nsIDOMSVGAnimatedEnumeration operator

Methods


        
void setK(in float k1, in float k2, in float k3, in float k4)