Team:Acton-BoxboroughRHS/Simulations

From 2014hs.igem.org

(Difference between revisions)
Line 145: Line 145:
         ctx.font = "30px Arial";
         ctx.font = "30px Arial";
         ctx.strokeText("Plasmid",10,50);
         ctx.strokeText("Plasmid",10,50);
 +
 +
        ctx.fillStyle="rgb(230,230,230)";
 +
        ctx.fillRect(0,0,500,500);
        
        
         ctx.strokeStyle="green";
         ctx.strokeStyle="green";

Revision as of 19:19, 3 June 2014

Welcome to the ABRHS iGEM team

ABRHS




Simulations

Note that this is test JavaScript:



Your browser does not support the HTML5 canvas tag.

Still Under Construction