SVG Logo

SVG Logo

 

d60605f0e734f9fb7d984663f935a4ec_1485498484_5023.PNG
 

Example

 

<svg height="130" width="500">

  <defs>

    <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">

      <stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />

      <stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />

    </linearGradient>

  </defs>

  <ellipse cx="100" cy="70" rx="85" ry="55" fill="url(#grad1)" />

  <text fill="#ffffff" font-size="45" font-family="Verdana" x="50" y="86">SVG</text>

  Sorry, your browser does not support inline SVG.

</svg>

 

 

 

<!DOCTYPE html>

<html>

<body>

 

<svg height="130" width="500">

  <defs>

    <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">

      <stop offset="0%"

      style="stop-color:rgb(255,255,0);stop-opacity:1" />

      <stop offset="100%"

      style="stop-color:rgb(255,0,0);stop-opacity:1" />

    </linearGradient>

  </defs>

  <ellipse cx="100" cy="70" rx="85" ry="55" fill="url(#grad1)" />

  <text fill="#ffffff" font-size="45" font-family="Verdana"

  x="50" y="86">SVG</text>

Sorry, your browser does not support inline SVG.

</svg>

 

</body>

</html>


|
댓글을 작성하시려면 로그인이 필요합니다.

퍼블리셔팁

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

+
분류 제목 글쓴이 날짜 조회
CSS 9년 전 조회 2,337
CSS 9년 전 조회 2,191
CSS 9년 전 조회 2,644
CSS 9년 전 조회 2,650
CSS 9년 전 조회 2,208
CSS 9년 전 조회 1,851
CSS 9년 전 조회 2,485
CSS 9년 전 조회 2,171
CSS 9년 전 조회 2,784
CSS 9년 전 조회 2,152
HTML 9년 전 조회 2,238
HTML 9년 전 조회 2,702
HTML 9년 전 조회 2,791
HTML 9년 전 조회 3,915
HTML
[HTML]
9년 전 조회 2,362
HTML
[HTML]
9년 전 조회 2,401
HTML 9년 전 조회 1,939
HTML 9년 전 조회 2,365
HTML 9년 전 조회 2,418
HTML 9년 전 조회 2,600
HTML 9년 전 조회 2,359
HTML 9년 전 조회 2,509
HTML 9년 전 조회 2,782
HTML 9년 전 조회 1,884
HTML 9년 전 조회 2,124
HTML 9년 전 조회 2,127
HTML 9년 전 조회 2,358
HTML 9년 전 조회 1,867
HTML 9년 전 조회 2,902
HTML 9년 전 조회 2,726