最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

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

  發(fā)布時(shí)間:2016-02-03 14:33:27   作者:佚名   我要評(píng)論
這篇文章主要介紹了HTML5新特性之用SVG繪制的微信logo 的相關(guān)資料,需要的朋友可以參考下

HTML5新特新
HTML5 中的一些有趣的新特性:
1、用于繪畫(huà)的 canvas 元素
2、用于媒介回放的 video 和 audio 元素
3、對(duì)本地離線(xiàn)存儲(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ì)大家有所幫助。

相關(guān)文章

最新評(píng)論

赣州市| 永定县| 营山县| 西青区| 南木林县| 红河县| 襄汾县| 文水县| 资阳市| 蓝田县| 鄂温| 东宁县| 华池县| 翁牛特旗| 万山特区| 罗城| 济宁市| 遂平县| 称多县| 乌拉特中旗| 普格县| 铁岭县| 和硕县| 敖汉旗| 张掖市| 台南市| 济南市| 扬中市| 德清县| 海盐县| 巴楚县| 景德镇市| 泗洪县| 稻城县| 渑池县| 红桥区| 德兴市| 江油市| 兰坪| 剑河县| 尉犁县|