Team:Acton-BoxboroughRHS/Simulations
From 2014hs.igem.org
(Difference between revisions)
Line 160: | Line 160: | ||
ctx.font = "12px Arial"; | ctx.font = "12px Arial"; | ||
- | ctx.fillText("Backbone",200,370); | + | ctx.fillText("Backbone",200,370+clock(t+5)); |
ctx.font = "10px Arial"; | ctx.font = "10px Arial"; | ||
- | ctx.fillText("RBS",120,200); | + | ctx.fillText("RBS",120,200+clock(t+6)); |
ctx.font = "10px Arial"; | ctx.font = "10px Arial"; | ||
- | ctx.fillText("Promoter",190,130); | + | ctx.fillText("Promoter",190,130+clock(t+1)); |
ctx.font = "10px Arial"; | ctx.font = "10px Arial"; | ||
- | ctx.fillText("ORF",280,130); | + | ctx.fillText("ORF",280,130+clock(t+2)); |
ctx.font = "10px Arial"; | ctx.font = "10px Arial"; | ||
- | ctx.fillText("Terminator",350,200); | + | ctx.fillText("Terminator",350,200+clock(t+1.5)); |
ctx.strokeStyle="green"; | ctx.strokeStyle="green"; |
Revision as of 01:07, 4 June 2014
Note that this is test JavaScript:
Still Under Construction