HTML中使用SVG与SVG预定义形状元素介绍
建站知识 2021-07-02 23:00www.168986.cn长沙网站建设
SVG 文件可通过以下标签嵌入 HTML 文档<embed>、<object>或者<iframe>。
<embed src="rect.svg" width="300"height="100"
type="image/svg+xml"
pluginspage="http://.adobe./svg/viewer/install/"/>
pluginspage 属性指向下载插件的 URL。
<object data="rect.svg"width="300" height="100"
type="image/svg+xml"
codebase="http://.adobe./svg/viewer/install/"/>
<iframe src="rect.svg" width="300"height="100">
</iframe>
在这三个中<iframe>是比较早期的标签,现在用的比较的少了。用的较多的还是<embed>标签。
我们也可以将svg直接写入HTML文件中
这样的话需要先引入SVG的dtd文件
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://.w3./Graphics/SVG/1.1/DTD/svg11.dtd">
再在<svg>标签中填入需要的代码
<svg width="100%" height="100%" version="1.1"
xmlns="http://.w3./2000/svg" onclick="c();">
<ellipse cx="240" cy="100" rx="220" ry="30"
style="fill:yellow"/>
<ellipse cx="220" cy="100" rx="190" ry="20" id="w1"
style="fill:white"/>
</svg>
如果svg代码在html中,我们就更容易写javascript来控制图形的变换
<script type="text/javascript">
function c(){
var a = document.getElementById("w1");
a.style.fill="red";
a.setAttribute("cx", "150"); //设置值
a.setAttribute("ry", "50"); //设置值
}
</script>
狼蚁网站SEO优化介绍一些svg的预定义的形状元素
矩形 <rect>
圆形 <circle>
椭圆 <ellipse>
线 <line>
折线 <polyline>
多边形 <polygon>
路径 <path>
复制代码
代码如下:<embed src="rect.svg" width="300"height="100"
type="image/svg+xml"
pluginspage="http://.adobe./svg/viewer/install/"/>
pluginspage 属性指向下载插件的 URL。
复制代码
代码如下:<object data="rect.svg"width="300" height="100"
type="image/svg+xml"
codebase="http://.adobe./svg/viewer/install/"/>
<iframe src="rect.svg" width="300"height="100">
</iframe>
在这三个中<iframe>是比较早期的标签,现在用的比较的少了。用的较多的还是<embed>标签。
我们也可以将svg直接写入HTML文件中
这样的话需要先引入SVG的dtd文件
复制代码
代码如下:<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://.w3./Graphics/SVG/1.1/DTD/svg11.dtd">
再在<svg>标签中填入需要的代码
复制代码
代码如下:<svg width="100%" height="100%" version="1.1"
xmlns="http://.w3./2000/svg" onclick="c();">
<ellipse cx="240" cy="100" rx="220" ry="30"
style="fill:yellow"/>
<ellipse cx="220" cy="100" rx="190" ry="20" id="w1"
style="fill:white"/>
</svg>
如果svg代码在html中,我们就更容易写javascript来控制图形的变换
复制代码
代码如下:<script type="text/javascript">
function c(){
var a = document.getElementById("w1");
a.style.fill="red";
a.setAttribute("cx", "150"); //设置值
a.setAttribute("ry", "50"); //设置值
}
</script>
狼蚁网站SEO优化介绍一些svg的预定义的形状元素
矩形 <rect>
圆形 <circle>
椭圆 <ellipse>
线 <line>
折线 <polyline>
多边形 <polygon>
路径 <path>
长沙网站设计
- 如何自己建一个网站 自己想建个网站,怎么建
- 如何制作网站免费建站 创建网站免费注册
- html简单网页代码 html简单网页代码超链接
- dreamweaver网页制作 dreamweaver网页制作模板
- 上海网站建设 上海网站建设制作微信
- 如何制作网站和网页 如何制作一个网页
- html网页制作代码大全 端午节html网页制作代码大
- app开发公司 app开发公司前十名
- html网页制作 html网页制作文字居中
- app制作一个需要多少钱 请人制作一个app多少钱
- 成都网站制作 成都网站制作维护
- 百度建一个网站多少钱 百度做个公司网站要多少
- html+css网页制作成品 web网页制作成品css+javascrip
- html网页制作案例 html网页设计案例
- html+css网页制作成品 web网页制作成品css+javascrip
- 个人网站模板 个人网站模板HTML