수색…


매개 변수

매개 변수 세부
cx 타원 중심의 X 좌표
cy 타원 중심의 Y 좌표
rx 수평 반지름
ry 수직 반지름

단순한 노란색 타원

<svg height="80" width="160">
  <ellipse cx="80" cy="40" rx="50" ry="30"
    style="fill:yellow; stroke:black; stroke-width:2" />
</svg>

렌더링 된 :

노란 타원



Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow