SVG Star > 퍼블리셔팁

퍼블리셔팁

퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.

SVG Star 정보

HTML SVG Star

본문

SVG Star

Example

 

<svg width="300" height="200">

  <polygon points="100,10 40,198 190,78 10,78 160,198"

  style="fill:lime;stroke:purple;stroke-width:5;fill-rule:evenodd;" />

</svg>

d60605f0e734f9fb7d984663f935a4ec_1485356963_9484.PNG
 

 

<!DOCTYPE html>

<html>

<body>

 

<svg width="300" height="200">

  <polygon points="100,10 40,198 190,78 10,78 160,198"

  style="fill:lime;stroke:purple;stroke-width:5;fill-rule:evenodd;" />

Sorry, your browser does not support inline SVG.

</svg>

 

</body>

</html>


추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로