type

type 属性是一个类属性,他在不同的使用语境下有不同的意思。

  • 对于<animateTransform>元素 , 它决定了那些随时间变化的值的转换的类型
  • 对于 <feColorMatrix> 元素,它指明了矩阵运算的类型。关键词 matrix 表明一个全 5x4 矩阵的值会被提供。其他关键字快捷方式代表允许不执行复杂矩阵运算下使用常用颜色。
  • 对于<feFuncR>, <feFuncG>, <feFuncB>, 和<feFuncA> 元素,它指明了组件传递函数的类型。
  • 对于 <feTurbulence> 元素,它表示应以噪声函数还是湍流函数执行过滤。
  • 对于 <style><script> 元素,它定义了元素内容的类型。

Usage context

For the <animateTransform> elements

Categories None
Value translate | scale | rotate | skewX | skewY
Animatable No
Normative document SVG 1.1 (2nd Edition)

For the <feColorMatrix> element

Categories None
Value matrix | saturate | hueRotate | luminanceToAlpha
Animatable Yes
Normative document SVG 1.1 (2nd Edition)

For the <feFuncR>, <feFuncG>, <feFuncB>, and <feFuncA> elements

Categories None
Value identity | table | discrete | linear | gamma
Animatable Yes
Normative document SVG 1.1 (2nd Edition)

For the <feTurbulence> element

Categories None
Value fractalNoise | turbulence
Animatable Yes
Normative document SVG 1.1 (2nd Edition)

For the <style> and <script> elements

Categories None
Value <content-type>
Animatable No
Normative document SVG 1.1 (2nd Edition) : script SVG 1.1 (2nd Edition) : style

Example

Elements