From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/svg/attribute/values/index.html | 86 ++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 files/ko/web/svg/attribute/values/index.html (limited to 'files/ko/web/svg/attribute/values') diff --git a/files/ko/web/svg/attribute/values/index.html b/files/ko/web/svg/attribute/values/index.html new file mode 100644 index 0000000000..6a83963056 --- /dev/null +++ b/files/ko/web/svg/attribute/values/index.html @@ -0,0 +1,86 @@ +--- +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

+ + + + + + + + + + + + + + + + + + + + +
CategoriesAnimation value attribute
Value<list>
AnimatableNo
Normative documentSVG 1.1 (2nd Edition)
+ +

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

+ + + + + + + + + + + + + + + + + + + + +
CategoriesNone
Value<list> | <number>
AnimatableYes
Normative documentSVG 1.1 (2nd Edition)
+ +

예제

+ +

Elements

+ +

The following elements can use the values attribute

+ + -- cgit v1.2.3-54-g00ecf