[html] 使用svg画一个微信的logo
生活随笔
收集整理的這篇文章主要介紹了
[html] 使用svg画一个微信的logo
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
[html] 使用svg畫一個微信的logo
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"><!--綠色大橢圓下的小尾巴--><polygon points="70,92 85,97 65,107"style="fill:#84d845;"/><!--綠色大橢圓--><ellipse cx="100" cy="60" rx="50" ry="42" style="fill:#84d845;" /><!--灰色小橢圓下的小尾巴--><polygon points="150,115 160,110 165,120"style="fill:#f1f2f4;"/><!--灰色小橢圓--><ellipse cx="135" cy="85" rx="40" ry="32" style="fill:#f1f2f4;" /><!--兩只大眼睛--><ellipse cx="82" cy="45" rx="5" ry="5" style="fill:#136f1a;" /><ellipse cx="115" cy="45" rx="5" ry="5" style="fill:#136f1a;" /><!--兩只小眼睛--><ellipse cx="120" cy="75" rx="4" ry="4" style="fill:#797d7e;" /><ellipse cx="145" cy="75" rx="4" ry="4" style="fill:#797d7e;" /> </svg>個人簡介
我是歌謠,歡迎和大家一起交流前后端知識。放棄很容易,
但堅持一定很酷。歡迎大家一起討論
主目錄
與歌謠一起通關前端面試題
總結
以上是生活随笔為你收集整理的[html] 使用svg画一个微信的logo的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [html] 写一个标签云的布局
- 下一篇: 酒店管理系统-需求分析报告