-
Notifications
You must be signed in to change notification settings - Fork 5
/
svgweb.html
32 lines (32 loc) · 1.63 KB
/
svgweb.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1 style="margin:2px">SVG Web Index to docs, samples, and test files</h1>
<p><a href='http://svgweb.googlecode.com/svn/trunk/docs/QuickStart.html'>Quick Start</a></p>
<p><a href='http://svgweb.googlecode.com/svn/trunk/docs/UserManual.html'>User Manual</a></p>
<p><a href='http://svgweb.googlecode.com/svn/trunk/docs/DeveloperManual.html'>Developer Manual</a></p>
<p><a href='samples/index.html'>Samples</a></p>
<p>
<a href='tests/browser-tests/test_js1.html?svg.render.forceflash=true'>SVG Web Big Browser Test 1 - Inline - Flash</a>
<a href='tests/browser-tests/test_js1.html'>Native</a>
</p>
<p>
<a href='tests/browser-tests/test_js2.html?svg.render.forceflash=true'>SVG Web Big Browser Test 2 - Object Flash</a>
<a href='tests/browser-tests/test_js2.html'>Native</a>
</p>
<p>
<a href='tests/browser-tests/test_js3.html?svg.render.forceflash=true'>SVG Web Big Browser Test 3 - Inline DOCTYPE html Flash</a>
<a href='tests/browser-tests/test_js3.html'>Native</a>
</p>
<p>
<a href='tests/browser-tests/test_js4.html?svg.render.forceflash=true'>SVG Web Big Browser Test 4 - Object DOCTYPE html Flash</a>
<a href='tests/browser-tests/test_js4.html'>Native</a>
</p>
<p><a href='tests/index.html'>W3C SVG Test Suite</a></p>
<p><a href='tests/browser-tests/issue-tests/index.html'>SVG Web Issue Tests</a></p>
<p><a href='tests/browser-tests/issue-tests/sizing.html'>SVG Web Issue Tests - Sizing issues only</a></p>
<p><a href='tests/browser-tests/sizing/index.html'>SVG Web Sizing Tests</a></p>
</body>
</html>