Team:Acton-BoxboroughRHS/Simulations
From 2014hs.igem.org
(Difference between revisions)
Line 131: | Line 131: | ||
pc.height=500; | pc.height=500; | ||
- | + | ||
ctx.beginPath(); | ctx.beginPath(); | ||
+ | ctx.lineWidth="6" | ||
+ | ctx.strokeStyle="black"; | ||
ctx.rect(0,0, canvas.width, canvas.height) | ctx.rect(0,0, canvas.width, canvas.height) | ||
ctx.stroke(); | ctx.stroke(); | ||
- | |||
ctx.strokeStyle="green"; | ctx.strokeStyle="green"; |
Revision as of 01:56, 26 May 2014
Note that this is test JavaScript:
Message