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,385
CSS 9년 전 조회 2,230
CSS 9년 전 조회 2,690
CSS 9년 전 조회 2,688
CSS 9년 전 조회 2,259
CSS 9년 전 조회 1,908
CSS 9년 전 조회 2,532
CSS 9년 전 조회 2,214
CSS 9년 전 조회 2,847
CSS 9년 전 조회 2,189
HTML 9년 전 조회 2,285
HTML 9년 전 조회 2,749
HTML 9년 전 조회 2,829
HTML 9년 전 조회 3,954
HTML
[HTML]
9년 전 조회 2,398
HTML
[HTML]
9년 전 조회 2,449
HTML 9년 전 조회 1,990
HTML 9년 전 조회 2,397
HTML 9년 전 조회 2,455
HTML 9년 전 조회 2,632
HTML 9년 전 조회 2,394
HTML 9년 전 조회 2,546
HTML 9년 전 조회 2,821
HTML 9년 전 조회 1,920
HTML 9년 전 조회 2,163
HTML 9년 전 조회 2,164
HTML 9년 전 조회 2,398
HTML 9년 전 조회 1,913
HTML 9년 전 조회 2,949
HTML 9년 전 조회 2,773