我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
« SVG Attribute reference home
The type
attribute is a generic attribute and it has different meaning based on the context in which it's used.
- For the
<animatetransform>
element, it defines the type of transformation, whose values change over time. - For the
<fecolormatrix>
element, it indicates the type of matrix operation. The keywordmatrix
indicates that a full 5x4 matrix of values will be provided. The other keywords represent convenience shortcuts to allow commonly used color operations to be performed without specifying a complete matrix. - For the
<fefuncr>
,<fefuncg>
,<fefuncb>
, and<fefunca>
elements, it Indicates the type of component transfer function. - For the
<feturbulence>
element, it indicates whether the filter primitive should perform a noise or turbulence function. - For the
<style>
and<script>
elements, it defines the content type of the element.
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
The following elements can use the values
attribute