]> git.eli173.com Git - graphbyhand/commitdiff
bigger things
authoreli173 <eli@eli173.com>
Sun, 30 Aug 2015 05:04:51 +0000 (00:04 -0500)
committereli173 <eli@eli173.com>
Sun, 30 Aug 2015 05:04:51 +0000 (00:04 -0500)
graph.js
index.html

index 97cc119a06c67b534f8a9592d2c745e8b8501047..a87ac4d94ed0ba34feeec7eaf39d78c3e6724087 100644 (file)
--- a/graph.js
+++ b/graph.js
@@ -1,9 +1,9 @@
 
 
 
-v_radius = 7;
+v_radius = 10;
 v_color = 'red'
-e_width = 5
+e_width = 7
 e_color = 'black'
 
 v_counter = 0;
index 3afc1d1413b0702941421ea49c9b9a1940d1b996..fef7293f491b605247f3d683e744d7f35d6e51de 100644 (file)
@@ -10,7 +10,7 @@
   </head>
   <body>
     <div id="canvas">
-      <canvas id="surface" width="1000" height="300"></canvas>
+      <canvas id="surface" width="500" height="300"></canvas>
     </div>
     <div id="buttons">
       <button onclick="setMode('v')">Place Vertices</button>