<html lang="en">
|
<head>
|
<meta charset="UTF-8">
|
<title>barnsley-fern</title>
|
<link rel="stylesheet" href="lib/dom-output.css"/>
|
<link rel="stylesheet" href="lib/dfhi.css"/>
|
<link rel="stylesheet" href="lib/dfhi-plot.css"/>
|
</head>
|
<body>
|
|
<div>
|
<p>
|
Plot Barnsley Fern
|
</p>
|
Number of Iterations? <input type="text" id="argv" name="argv"/>
|
<button name="run" id="run">Plot</button>
|
</div>
|
|
<div class="row">
|
<div id="plotter-container" class="column">
|
<div class="jxgbox" id="plotter"></div>
|
<div>
|
<button id="export">Export to SVG</button>
|
</div>
|
</div>
|
<div id="text-output-container" class="column">
|
<pre id="text-output"></pre>
|
</div>
|
</div>
|
|
|
<script type="module" src="barnsley-fern.js"></script>
|
|
</body>
|
</html>
|