TestSVG.aspx
上传用户:zhjqfly
上传日期:2009-10-06
资源大小:4k
文件大小:1k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="TestSVG.aspx.cs" Inherits="TestSVG" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <title>SVG动态显示</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <embed src="SampleCode21.svg" name="SVGEmbed" height="700" width="1000" type="image/svg+xml"></embed>
- </div>
- </form>
- </body>
- </html>