2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

minor simplifications

This commit is contained in:
Martin Thoma 2013-11-25 08:13:14 +01:00
parent 44194d8817
commit 1687cff5d8
2 changed files with 16 additions and 14 deletions

View file

@ -34,7 +34,7 @@
<td><input type="checkbox" id="pDistance" onchange="updateBoard()"></td>
<td><span class="hint" title="How much will points be spread for voronoi? USE 1 WITH CAUTION! The bigger the value, the quicker the computation.">spread</span></td>
<td><input type="number" step="1" value="1" id="density" min="1" onchange="updateBoard()"></td>
<td><a href="./quadratic-vis_files/quadratic-vis.html">clear board</a></td>
<td><a href="quadratic-vis.html">clear board</a></td>
</tr>
</tbody></table>
<canvas id="myCanvas" width="1316" height="535" style="border: 1px solid rgb(0, 0, 0); cursor: crosshair;"> </canvas>