Team:Acton-BoxboroughRHS/Simulations
From 2014hs.igem.org
(Difference between revisions)
Line 148: | Line 148: | ||
ctx.font = "30px Arial"; | ctx.font = "30px Arial"; | ||
ctx.strokeText("Plasmid",10,50); | ctx.strokeText("Plasmid",10,50); | ||
- | + | ||
+ | ctx.font = "10px Arial"; | ||
+ | ctx.strokeText("Backbone",250,400); | ||
+ | |||
+ | ctx.font = "10px Arial"; | ||
+ | ctx.strokeText("Backbone",250,200); | ||
+ | |||
ctx.strokeStyle="green"; | ctx.strokeStyle="green"; | ||
ctx.beginPath(); | ctx.beginPath(); |
Revision as of 19:22, 3 June 2014
Note that this is test JavaScript:
Still Under Construction