현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
circle(원)은
엘리먼트는 중심점과 반지름에 기초하여 원을 생성하는데 사용되는 SVG의 기본 모양이다.
사용예 컨텍스트
Categories | Basic shape element, Graphics element, Shape element |
---|---|
Permitted content | Any number of the following elements, in any order: Animation elements Descriptive elements |
예제
소스 코드 | 출력 결과물 |
---|---|
<?xml version="1.0"?> <svg viewBox="0 0 120 120" version="1.1" xmlns="https://www.w3.org/2000/svg"> <circle cx="60" cy="60" r="50"/> </svg> |
속성들
글로벌 속성들
특정 속성들
DOM 인터페이스
이 엘리먼트는 SVGCircleElement
를 구현한다..
명세서들
명세서 | 상태 | 비고 |
---|---|---|
Scalable Vector Graphics (SVG) 2 The definition of '<circle>' in that specification. |
Candidate Recommendation | |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of '<circle>' in that specification. |
Recommendation | 초기화 선언 |
브라우저 호환성
기능 | 크롬 | 파이어폭스(Gecko) | Internet Explorer | 오페라 | 사파리 |
---|---|---|---|---|---|
Basic support | 1.0 | 1.5 (1.8) | 9.0 | 8.0 | 3.0.4 |
기능 | 안드로이드 | Firefox Mobile (Gecko) | IE 폰 | 오페라 모바일 | 사파리모바일 |
---|---|---|---|---|---|
Basic support | 3.0 | 1.0 (1.8) | No support | (Yes) | 3.0.4 |
이표는 이 자료에 근거합니다. .