案例:html案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="190">
6
   <polygon points="100,10 40,180 190,60 10,60 160,180"
7
   style="fill:red;stroke:blue;stroke-width:3;fill-rule:evenodd;" />
8
</svg>
9
 
10
</body>
11
</html>
12