Team:Acton-BoxboroughRHS/Simulations

From 2014hs.igem.org

(Difference between revisions)
Line 140: Line 140:
         ctx.strokeStyle="green";
         ctx.strokeStyle="green";
         ctx.beginPath();
         ctx.beginPath();
-
         ctx.arc(250,250,100,2*Math.PI, Math.PI);
+
         ctx.arc(250,250,100,0, Math.PI);
         ctx.stroke();
         ctx.stroke();
Line 160: Line 160:
         ctx.strokeStyle=pink";
         ctx.strokeStyle=pink";
         ctx.beginPath();
         ctx.beginPath();
-
         ctx.arc(250,250,100,1.75*Math.PI,2*Math.PI);
+
         ctx.arc(250,250,100,1.75*Math.PI,0);
         ctx.stroke();
         ctx.stroke();

Revision as of 02:20, 26 May 2014

Welcome to the ABRHS iGEM team

ABRHS
Simulations

Note that this is test JavaScript:



Your browser does not support the HTML5 canvas tag.

Message