主頁(yè) > 知識(shí)庫(kù) > HTML5新特性之用SVG繪制微信logo

HTML5新特性之用SVG繪制微信logo

熱門標(biāo)簽:申請(qǐng)400電話流程簡(jiǎn)介 pageadm實(shí)現(xiàn)地圖標(biāo)注 邢臺(tái)縣地圖標(biāo)注app 外呼系統(tǒng)電話怎么投訴 外呼線穩(wěn)定線路 地圖標(biāo)注位置能賺錢嗎 阜陽(yáng)企業(yè)外呼系統(tǒng) 呼和浩特外呼電銷系統(tǒng)排名 南通數(shù)據(jù)外呼系統(tǒng)推廣

HTML5新特新
HTML5 中的一些有趣的新特性:
1、用于繪畫的 canvas 元素
2、用于媒介回放的 video 和 audio 元素
3、對(duì)本地離線存儲(chǔ)的更好的支持
4、新的特殊內(nèi)容元素,比如 article、footer、header、nav、section
5、新的表單控件,比如 calendar、date、time、email、url、search
SVG繪制圖片效果圖:


代碼如下:

復(fù)制代碼
代碼如下:

<style>
* {
padding: ;
margin: ;
}
body {
background-color: #ddd;
}
.container {
width: px;
height: px;
position: relative;
top: px;
left: %;
transform: translated(-%,,);
background-color:#c;
border-radius: px;
box-shadow: px #cbfbf;
}
.container object{
position:relative;
top:px;
left:px;
}
</style>
<body>
<div class="container">
<object data="logo.svg" width="" height="" type="image/svg+xml" />
</div>
</body>

這個(gè)是xml格式的代碼,跟html文檔分離的。

復(fù)制代碼
代碼如下:

<?xml version="." standalone="no"?>
<!DOCTYPE svg PUBLIC "-//WC//DTD SVG .//EN"
"http://www.w.org/Graphics/SVG/./DTD/svg.dtd">
<svg width="%" height="%" version="." xmlns="http://www.w.org//svg">
<ellipse cx="" cy="" rx="" ry="" style="fill:rgb(,,);stroke:rgb(,,);stroke-width:"/>
<circle cx="" cy="" r="" style="fill:#c;stroke:#c;stroke-width:"/>
<circle cx="" cy="" r="" style="fill:#c;stroke:#c;stroke-width:"/>
<polygon points=", , ," style="fill:#fff;stroke:#fff;stroke-width:"/>
<ellipse cx="" cy="" rx="" ry="" style="fill:#c;stroke:#c;stroke-width:"/>
<ellipse cx="" cy="" rx="" ry="" style="fill:rgb(,,);stroke:rgb(,,);stroke-width:"/>
<circle cx="" cy="" r="" style="fill:#c;stroke:#c;stroke-width:"/>
<circle cx="" cy="" r="" style="fill:#c;stroke:#c;stroke-width:"/>
<polygon points=", , ," style="fill:#fff;stroke:#fff;stroke-width:"/>
</svg>

以上所述是小編給大家分享的HTML5新特性之用SVG繪制的微信logo ,希望對(duì)大家有所幫助。

標(biāo)簽:撫順 德州 楊凌 黃山 內(nèi)蒙古 辛集 蚌埠 鶴崗

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《HTML5新特性之用SVG繪制微信logo》,本文關(guān)鍵詞  HTML5,新特性,新,特性,之用,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《HTML5新特性之用SVG繪制微信logo》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于HTML5新特性之用SVG繪制微信logo的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章