Team:Acton-BoxboroughRHS/Simulations

From 2014hs.igem.org

(Difference between revisions)
Line 131: Line 131:
         pc.height=500;
         pc.height=500;
-
        ctx.strokeStyle="black";
+
         ctx.beginPath();
         ctx.beginPath();
 +
        ctx.lineWidth="6"
 +
        ctx.strokeStyle="black";         
         ctx.rect(0,0, canvas.width, canvas.height)
         ctx.rect(0,0, canvas.width, canvas.height)
         ctx.stroke();
         ctx.stroke();
-
        ctx.closePath();
 
         ctx.strokeStyle="green";
         ctx.strokeStyle="green";

Revision as of 01:56, 26 May 2014

Welcome to the ABRHS iGEM team

ABRHS
Simulations

Note that this is test JavaScript:



Message