--- title: values slug: Web/SVG/Attribute/values translation_of: Web/SVG/Attribute/values ---

« SVG Attribute reference home

values 속성은 사용하는 맥락에 따라 크게 두 가지 의미가 있습니다.

애니메이션 요소의 경우, values 속성은 세미콜론으로 구분된 하나 이상의 값 목록입니다. 애니메이션은 애니메이션 과정에서 순서대로 값을 적용합니다. 값 목록이 지정되면  {{ SVGAttr("from") }}, {{ SVGAttr("to") }} 그리고 {{ SVGAttr("by") }} 속성 값은 무시됩니다.

{{ SVGElement("feColorMatrix") }} 요소의 경우 값의 내용은 {{ SVGAttr("type") }} 속성의 값에 따라 다릅니다: 

If the attribute is not specified, then the default behavior depends on the value of attribute {{ SVGAttr("type") }}.

Usage context

For animation elements

Categories Animation value attribute
Value <list>
Animatable No
Normative document SVG 1.1 (2nd Edition)

For the {{ SVGElement("feColorMatrix") }} element

Categories None
Value <list> | <number>
Animatable Yes
Normative document SVG 1.1 (2nd Edition)

예제

Elements

The following elements can use the values attribute