在线文档教程
SVG
属性 | Attributes

type(类型)

type

type属性是一个通用属性,根据所使用的上下文具有不同的含义。

  • 对于<animatetransform>元素,它定义了其值随时间变化的变换类型。

  • 对于<fecolormatrix>元素,它表示矩阵操作的类型。关键字matrix表示将提供完整的5x4值的矩阵。其他关键字代表便捷快捷键,允许在不指定完整矩阵的情况下执行常用的颜色操作。

  • 对于<fefuncr>,<fefuncg>,<fefuncb>,和<fefunca>元素,它表示成分的传递函数的类型。

  • 对于<feturbulence>元素来说,它表示滤波器基元是否应该表现噪声或湍流功能。

  • 对于<style>和<script>元素,它定义了元素的内容类型。

用法说明

对于<animatetransform>元素

分类没有
动画没有
规范性文件SVG 1.1(第二版)

对于<fecolormatrix>元素

分类没有
matrix | saturate | hueRotate | luminanceToAlpha
动画
规范性文件SVG 1.1(第二版)

对于<fefuncr>,<fefuncg>,<fefuncb>,和<fefunca>元素

分类没有
identity | table | discrete | linear | gamma
动画
规范性文件SVG 1.1(第二版)

对于<feturbulence>元素

分类没有
动画
规范性文件SVG 1.1(第二版)

对于<style>和<script>元素

分类没有
<content-type>
动画没有
规范性文件SVG 1.1(第2版):脚本SVG 1.1(第2版):风格

例子

元素

以下元素可以使用该values属性

  • <animatetransform>

  • <fecolormatrix>

  • <fefunca>

  • <fefuncb>

  • <fefuncg>

  • <fefuncr>

  • <feturbulence>

  • <script>

  • <style>

Edit this page on MDN

© 2005–2017 Mozilla Developer Network and individual contributors.

Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.

https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/type