Team:Acton-BoxboroughRHS/Simulations

From 2014hs.igem.org

(Difference between revisions)
Line 142: Line 142:
         ctx.stroke();
         ctx.stroke();
         */
         */
-
       
 
-
        ctx.font = "30px Arial";
 
-
        ctx.strokeText("Plasmid",10,50);
 
         ctx.fillStyle="rgb(245,245,245)";
         ctx.fillStyle="rgb(245,245,245)";
         ctx.fillRect(0,0,500,500);
         ctx.fillRect(0,0,500,500);
 +
 +
        ctx.font = "30px Arial";
 +
        ctx.strokeText("Plasmid",10,50);
        
        
         ctx.strokeStyle="green";
         ctx.strokeStyle="green";

Revision as of 19:20, 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