安装过程:
1,安装Altova XMLSPY并进行破解
2,到http://www.adobe.com/svg/viewer/install/下载SVGView.exe
简单编写的程序:把svg嵌入到htm中
<html>
<head>
<title>svg演示示例:helloworld</title>
</head>
<body>
<embed src="hello.svg">
</body>
</html>
命名为:hello.htm
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-flat-20030114.dtd">
<svg xml:space="preserve" width="800" height="600">
<text style="fill:red;" x="100" y="100">hello
</text>
</svg>
命名为:hello.svg
注意:把这两个文件放到同一个目录下
你可以使用这个链接引用该篇文章 http://publishblog.blogchina.com/blog/tb.b?diaryID=2353304