Team:Acton-BoxboroughRHS/Simulations
From 2014hs.igem.org
(Difference between revisions)
Line 142: | Line 142: | ||
ctx.stroke(); | ctx.stroke(); | ||
*/ | */ | ||
- | |||
- | |||
- | |||
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
Note that this is test JavaScript:
Still Under Construction