Fixed issue with arcs

This commit is contained in:
Devine Lu Linvega
2016-12-31 11:16:00 -07:00
parent 35ceb74763
commit d14b375d53
4 changed files with 14 additions and 34 deletions
+7 -4
View File
@@ -9,10 +9,13 @@
<title>Dotgrid</title>
</head>
<body>
<input id="line" type="button" value="line"/>
<input id="arc_c" type="button" value="arc_c"/>
<input id="arc_a" type="button" value="arc_a"/>
<input id="reseter" type="button" value="reseter"/>
<pre>
aA <b>ARC CLOCKWISE</b>
sS <b>ARC COUNTERWISE</b>
d <b>LINE</b>
f <b>CLEAR</b>
g <b>DELETE LAST</b>
</pre>
<script type="text/javascript" src="scripts/init.js"></script>
</body>
</html>