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

时间:2022-05-20 20:42:15 阅读: 最新文章 文档下载
说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。
HTML5新特性之用SVG绘制微信logo



HTML5新特新

HTML5 中的一些有趣的新特性: 1、用于绘画的 canvas 元素

2、用于媒介回放的 video audio 元素 3、对本地离线存储的更好的支持

4新的特殊内容元素,比如 articlefooterheadernavsection

5新的表单控件,比如 calendardatetimeemailurlsearch

SVG绘制图片效果图: 代码如下: 复制代码代码如下: * { 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; }

这个是xml格式的代码,html文档分离的。码如下:

复制代码代


以上所述是小编给大家分享的HTML5新特性之用SVG制的微信logo ,希望对大家有所帮助。


本文来源:https://www.wddqw.com/doc/81869d7b4a73f242336c1eb91a37f111f0850d1e.html