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/version/index.html | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 files/ko/web/svg/attribute/version/index.html (limited to 'files/ko/web/svg/attribute/version/index.html') diff --git a/files/ko/web/svg/attribute/version/index.html b/files/ko/web/svg/attribute/version/index.html new file mode 100644 index 0000000000..07e553eb02 --- /dev/null +++ b/files/ko/web/svg/attribute/version/index.html @@ -0,0 +1,35 @@ +--- +title: version +slug: Web/SVG/Attribute/version +translation_of: Web/SVG/Attribute/version +--- +

 

+ +

version 속성은 해당 SVG 문서가 어떤 명세를 따르고 있는지 표시하기 위해 사용됩니다. 이는 오직 <svg>  요소 내에서만 사용되며 순전히 사용되는 버전의 알림을 위한 용도로 프로세싱이나 렌더링에는 영향을 미치지 않습니다.

+ +

버전을 명시하기 위해 어떤 숫자든지 입력할 수 있지만, 현재로써 유효하게 사용되는 버전은 1.0과 1.1 두 버전만이 유일합니다.

+ +

 

+ +

Usage context

+ + + + + + + + + + + + + + + + + + + + +
CategoriesNone
Value<number>
AnimatableNo
Normative documentSVG 1.1 (2nd Edition): version attribute
-- cgit v1.2.3-54-g00ecf