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
+2 -1
View File
@@ -6,4 +6,5 @@ body { background:#fff; padding:50px;}
#dotgrid #cursor_from { width:6px; height:6px; background:black; margin-top:-3px; margin-left:-3px; position:absolute; z-index:25; border-radius:10px;}
#dotgrid #cursor_to { width:6px; height:6px; background:black; margin-top:-3px; margin-left:-3px; position:absolute; z-index:25; border-radius:10px;}
input { padding:2px 5px; border-radius:20px; margin:0px auto; display:none;}
.vector { position:relative; z-index:900; }
.vector { position:relative; z-index:900; }
pre { font-family:courier; font-size:11px; position:fixed; left:20px; bottom:20px;}