mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-22 10:44:24 +08:00
222 lines
7.9 KiB
JavaScript
222 lines
7.9 KiB
JavaScript
// SVGFECompositeElement对象
|
|
|
|
bodaEnv.memory.globlProtoObj["SVGFECompositeElement"] = function SVGFECompositeElement() {
|
|
let arg = arguments[0];
|
|
if (arg != 'bobo') {
|
|
bodaEnv.toolsFunc.console_copy('SVGFECompositeElement 实例化对象 --->', bodaEnv.toolsFunc.stringify_bo(arguments, function (k, v) {
|
|
if (v == window) {
|
|
return 'window';
|
|
} else {
|
|
return v;
|
|
}
|
|
}));
|
|
}
|
|
;
|
|
};
|
|
bodaEnv.toolsFunc.safeProto(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"], "SVGFECompositeElement");
|
|
bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype.__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"].prototype;
|
|
bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].__proto__ = bodaEnv.memory.globlProtoObj["SVGElement"];
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"], "SVG_FECOMPOSITE_OPERATOR_ARITHMETIC", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 6
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"], "SVG_FECOMPOSITE_OPERATOR_XOR", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 5
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"], "SVG_FECOMPOSITE_OPERATOR_ATOP", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 4
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"], "SVG_FECOMPOSITE_OPERATOR_OUT", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 3
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"], "SVG_FECOMPOSITE_OPERATOR_IN", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 2
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"], "SVG_FECOMPOSITE_OPERATOR_OVER", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 1
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"], "SVG_FECOMPOSITE_OPERATOR_UNKNOWN", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 0
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVG_FECOMPOSITE_OPERATOR_ARITHMETIC", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 6
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVG_FECOMPOSITE_OPERATOR_XOR", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 5
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVG_FECOMPOSITE_OPERATOR_ATOP", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 4
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVG_FECOMPOSITE_OPERATOR_OUT", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 3
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVG_FECOMPOSITE_OPERATOR_IN", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 2
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVG_FECOMPOSITE_OPERATOR_OVER", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 1
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVG_FECOMPOSITE_OPERATOR_UNKNOWN", {
|
|
configurable: false,
|
|
enumerable: true,
|
|
writable: false,
|
|
value: 0
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "in2", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
in2() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "in2_get", arguments);
|
|
}
|
|
}.in2,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "in1", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
in1() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "in1_get", arguments);
|
|
}
|
|
}.in1,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "operator", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
operator() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "operator_get", arguments);
|
|
}
|
|
}.operator,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "k1", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
k1() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "k1_get", arguments);
|
|
}
|
|
}.k1,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "k2", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
k2() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "k2_get", arguments);
|
|
}
|
|
}.k2,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "k3", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
k3() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "k3_get", arguments);
|
|
}
|
|
}.k3,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "k4", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
k4() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "k4_get", arguments);
|
|
}
|
|
}.k4,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "x", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
x() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "x_get", arguments);
|
|
}
|
|
}.x,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "y", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
y() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "y_get", arguments);
|
|
}
|
|
}.y,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "width", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
width() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "width_get", arguments);
|
|
}
|
|
}.width,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "height", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
height() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "height_get", arguments);
|
|
}
|
|
}.height,
|
|
set: undefined
|
|
});
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "result", {
|
|
configurable: true,
|
|
enumerable: true,
|
|
get: {
|
|
result() {
|
|
return bodaEnv.toolsFunc.dispatch(this, bodaEnv.memory.globlProtoObj["SVGFECompositeElement"].prototype, "SVGFECompositeElement", "result_get", arguments);
|
|
}
|
|
}.result,
|
|
set: undefined
|
|
}); |