例項屬性
此介面還繼承了其父介面 SVGElement 的屬性。
SVGFEConvolveMatrixElement.bias只讀-
一個
SVGAnimatedNumber,對應給定元素的bias屬性。 SVGFEConvolveMatrixElement.divisor只讀-
一個
SVGAnimatedNumber,對應給定元素的divisor屬性。 SVGFEConvolveMatrixElement.edgeMode只讀-
一個
SVGAnimatedEnumeration,對應給定元素的edgeMode屬性。接受此介面上定義的SVG_EDGEMODE_*常量之一。 SVGFEConvolveMatrixElement.height只讀-
一個
SVGAnimatedLength,對應給定元素的height屬性。 SVGFEConvolveMatrixElement.in1只讀-
一個
SVGAnimatedString,對應給定元素的in屬性。 SVGFEConvolveMatrixElement.kernelMatrix只讀-
一個
SVGAnimatedNumberList,對應給定元素的kernelMatrix屬性。 SVGFEConvolveMatrixElement.kernelUnitLengthX只讀-
一個
SVGAnimatedNumber,對應給定元素的kernelUnitLength屬性。 SVGFEConvolveMatrixElement.kernelUnitLengthY只讀-
一個
SVGAnimatedNumber,對應給定元素的kernelUnitLength屬性。 SVGFEConvolveMatrixElement.orderX只讀-
一個
SVGAnimatedInteger,對應給定元素的order屬性。 SVGFEConvolveMatrixElement.orderY只讀-
一個
SVGAnimatedInteger,對應給定元素的order屬性。 SVGFEConvolveMatrixElement.preserveAlpha只讀-
一個
SVGAnimatedBoolean,對應給定元素的preserveAlpha屬性。 SVGFEConvolveMatrixElement.result只讀-
一個
SVGAnimatedString,對應給定元素的result屬性。 SVGFEConvolveMatrixElement.targetX只讀-
一個
SVGAnimatedInteger,對應給定元素的targetX屬性。 SVGFEConvolveMatrixElement.targetY只讀-
一個
SVGAnimatedInteger,對應給定元素的targetY屬性。 SVGFEConvolveMatrixElement.width只讀-
一個
SVGAnimatedLength,對應給定元素的width屬性。 SVGFEConvolveMatrixElement.x只讀-
一個
SVGAnimatedLength,對應給定元素的x屬性。 SVGFEConvolveMatrixElement.y只讀-
一個
SVGAnimatedLength,對應給定元素的y屬性。
例項方法
此介面不提供任何特定方法,但實現了其父介面 SVGElement 的方法。
靜態屬性
SVG_EDGEMODE_UNKNOWN(0)-
型別不是預定義型別之一。嘗試定義此型別的新值或嘗試將現有值切換為此型別是無效的。
SVG_EDGEMODE_DUPLICATE(1)-
對應於值
duplicate。 SVG_EDGEMODE_WRAP(2)-
對應於值
wrap。 SVG_EDGEMODE_NONE(3)-
對應於值
none。
規範
| 規範 |
|---|
| 濾鏡效果模組第 1 級 # 介面SVGFEConvolveMatrixElement |
瀏覽器相容性
載入中…