网页画矢量图

发布时间:2007年03月07日      浏览次数:1147 次
<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<title>testing VML</title>
</head>
<STYLE>
v\:* { BEHAVIOR: url(#default#VML) }
.font5 {
color: black;
font-size: 18.0pt;
font-weight: 400;
font-style: normal;
text-decoration: none;
vertical-align: text-bottom;
font-family: "Times New Roman";
}
</STYLE>
<body>
<div id=showVML>
<v:group
style='position: absolute;
 margin-left: 10.2pt;
 margin-top: 4.8pt;
 width: 1200pt;
 height: 1200pt;
 z-index: 1'
coordsize="2160, 2160">
<v:shape style='top: 0; left: 0; width: 250; height: 250'
 stroke="true" strokecolor="red" strokeweight="2" fill="true"
 fillcolor="blue" coordorigin="0 0" coordsize="175 175">
<v:path v="m 8,65
l 72,65,92,11,112,65,174,65,122,100,142,155,92,121,42,155,60,100
x e"/>
</v:shape>
</v:group>
</div>
</body>
</html>
免责声明:本站相关技术文章信息部分来自网络,目的主要是传播更多信息,如果您认为本站的某些信息侵犯了您的版权,请与我们联系,我们会即时妥善的处理,谢谢合作!