Fixed issue with arcs
This commit is contained in:
+7
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user