简要咨询咨询QQ网站导航网站搜索手机站点联系我们设为首页加入收藏 

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

来源:易贤网   阅读:3368 次  日期:2016-07-09 09:50:01

温馨提示:易贤网小编为您整理了“HTML5新特性之用SVG绘制微信logo”,方便广大网友查阅!

这篇文章主要介绍了HTML5新特性之用SVG绘制的微信logo 的相关资料,需要的朋友可以参考下

HTML5新特新

HTML5 中的一些有趣的新特性:

1、用于绘画的 canvas 元素

2、用于媒介回放的 video 和 audio 元素

3、对本地离线存储的更好的支持

4、新的特殊内容元素,比如 article、footer、header、nav、section

5、新的表单控件,比如 calendar、date、time、email、url、search

SVG绘制图片效果图:

名单

代码如下:

代码如下:

<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>

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

代码如下:

<?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 ,希望对大家有所帮助。

更多信息请查看网页制作
点此处就本文及相关问题在本站进行非正式的简要咨询(便捷快速)】     【点此处查询各地各类考试咨询QQ号码及交流群
上一篇:HTML5实现预览本地图片
下一篇:详解HTML5中的Communication API基本使用方法
易贤网手机网站地址:HTML5新特性之用SVG绘制微信logo
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!