Sha256: 599eb1752c495afc9a6306d0b3400c9518714a461045247668df5d94ddbbfe3e
Contents?: true
Size: 1.43 KB
Versions: 4
Compression:
Stored size: 1.43 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <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"> <head> <title>PlotKit: SVGRenderer Test</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="/css/page.css" media="screen" rel="Stylesheet" type="text/css" /> <link href="tests.css" media="screen" rel="Stylesheet" type="text/css" /> <script src="/js/mochi/MochiKit.js" type="text/javascript"></script> <script src="/js/plotkit/Base.js" type="text/javascript"></script> <script src="/js/plotkit/Layout.js" type="text/javascript"></script> <script src="/js/plotkit/SVG.js" type="text/javascript"></script> <script src="/js/plotkit/SweetSVG.js" type="text/javascript"></script> <script src="/js/plotkit-tests/svg-sweet.js" type="text/javascript"></script> <!-- START Required for IE to support inlined SVG --> <object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2" width="1" height="1"></object> <?import namespace="svg" implementation="#AdobeSVG"?> <!-- END Required for IE to support inlined SVG --> </head> <body> <div id="body"> <h2>SVG Renderer Tests</h2> <div id="tests"></div> <div class="footer"><a href="http://www.liquidx.net/plotkit/">PlotKit</a></div> </div> </body></html>
Version data entries
4 entries across 4 versions & 1 rubygems