fixes #11 SVG line color control

This commit is contained in:
Stewart Allen 2017-12-06 14:09:29 -05:00
commit 9ff0eb8c99
5 changed files with 8 additions and 6 deletions

View file

@ -6,6 +6,7 @@
<table id="print-info">
<tr><th>file name</th><td><input id="print-filename" size="30" spellcheck="false" /></td></tr>
<tr><th>segments</th><td><input id="print-lines" size="10" disabled="true" /></td></tr>
<tr><th>svg cut color</th><td><input id="print-color" size="10" value="blue" title="must be a valid SVG color" /></td></tr>
</table>
</div>