Craft3e-0.1.0.2: showPic.html
<html>
<head>
</head>
<body>
<h1>SVG Pictures</h1>
<p>This page will display pictures rendered by the <code>render</code>
function from <code>PicturesSVG</code>, as in
<pre>
render ((horse `beside` (flipV horse)) `above` ((flipV horse) `beside` horse))
</pre>
The module should be run in the directory containing this html file.</p>
<iframe src="svgOut.xml" width="600" height="400">
</iframe>
<p>
Use you browser's refresh button to refresh the image.
</p>
</body>
</html>