Commit | Line | Data |
---|---|---|
6a1aa64f DV |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
4 | <head> | |
5 | <title>PlotKit: SVGRenderer Test</title> | |
6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
7 | <link href="/css/page.css" media="screen" rel="Stylesheet" type="text/css" /> | |
8 | <link href="tests.css" media="screen" rel="Stylesheet" type="text/css" /> | |
9 | <script src="/js/mochi/MochiKit.js" type="text/javascript"></script> | |
10 | <script src="/js/plotkit-svn/PlotKit_Packed.js" type="text/javascript"></script> | |
11 | <script src="/js/plotkit-tests/svg.js" type="text/javascript"></script> | |
12 | ||
13 | <!-- START Required for IE to support inlined SVG --> | |
14 | <object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2" width="1" height="1"></object> | |
15 | <?import namespace="svg" implementation="#AdobeSVG"?> | |
16 | <!-- END Required for IE to support inlined SVG --> | |
17 | ||
18 | </head> | |
19 | ||
20 | <body> | |
21 | <div id="body"> | |
22 | <h2>SVG Renderer Tests</h2> | |
23 | <div id="tests"></div> | |
24 | <div class="footer"><a href="http://www.liquidx.net/plotkit/">PlotKit</a></div> | |
25 | </div> | |
26 | </body></html> |