Craft3e-0.1.0.2: refresh.html
<html> <head> <meta http-equiv="refresh" content=2> </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> </body> </html>