blob: a61ba7d4739143f525b382d98bde16a099c69678 [file] [log] [blame]
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XHTML + SVG Test</title>
</head>
<body>
<p>This is a test of CDF:</p>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200">
<rect x="0" y="0" width="200" height="200" fill="blue" />
</svg>
<p>You should see an SVG image above this!</p>
</body>
</html>