<feBlend>
<feColorMatrix>
<feComponentTransfer>
<feComposite>
<feConvolveMatrix>
<feDiffuseLighting>
<feDisplacementMap>
<feDistantLight>
<feFlood>
<feFuncA>
<feFuncB>
<feFuncG>
<feFuncR>
<feGaussianBlur>
<feImage>
<feMerge>
<feMergeNode>
<feMorphology>
<feOffset>
<fePointLight>
<feSpecularLighting>
<feSpotLight>
<feTile>
<feTurbulence>
<filter>
<font>
<font-face>
<font-face-format>
<font-face-name>
<font-face-src>
<font-face-uri>
<foreignObject>
type
attribute is a generic attribute and it has different meaning based on the context in which it's used.
<animateTransform>
element, it defines the type of transformation, whose values change over time.
<feColorMatrix>
element, it indicates the type of matrix operation. The keyword
matrix
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.
<feFuncR>
,
<feFuncG>
,
<feFuncB>
,和
<feFuncA>
elements, it Indicates the type of component transfer function.
<feTurbulence>
element, it indicates whether the filter primitive should perform a noise or turbulence function.
<style>
and
<script>
elements, it defines the content type of the element.
You can use this attribute with the following SVG elements:
<animateTransform>
<feColorMatrix>
<feFuncA>
<feFuncB>
<feFuncG>
<feFuncR>
<feTurbulence>
<script>
<style>
<animateTransform>
元素
| 类别 | None |
|---|---|
| 值 |
translate
|
scale
|
rotate
|
skewX
|
skewY
|
| Animatable | No |
| Normative document | SVG 1.1 (2nd Edition) |
<feColorMatrix>
element
| 类别 | None |
|---|---|
| 值 |
matrix
|
saturate
|
hueRotate
|
luminanceToAlpha
|
| Animatable | Yes |
| Normative document | SVG 1.1 (2nd Edition) |
<feFuncR>
,
<feFuncG>
,
<feFuncB>
,和
<feFuncA>
元素
| 类别 | None |
|---|---|
| 值 |
identity
|
table
|
discrete
|
linear
|
gamma
|
| Animatable | Yes |
| Normative document | SVG 1.1 (2nd Edition) |
<feTurbulence>
element
| 类别 | None |
|---|---|
| 值 |
fractalNoise
|
turbulence
|
| Animatable | Yes |
| Normative document | SVG 1.1 (2nd Edition) |
<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 |
最后修改: , 由 MDN 贡献者