Team:Acton-BoxboroughRHS/Simulations
From 2014hs.igem.org
(Difference between revisions)
Line 140: | Line 140: | ||
ctx.strokeStyle="green"; | ctx.strokeStyle="green"; | ||
ctx.beginPath(); | ctx.beginPath(); | ||
- | ctx.arc(250,250,100,0. | + | ctx.arc(250,250,100,-0.1*Math.PI,-0.9*Math.PI); |
+ | ctx.stroke(); | ||
+ | |||
+ | ctx.strokeStyle="red"; | ||
+ | ctx.beginPath(); | ||
+ | ctx.arc(250,250,100,0.1*Math.PI,0.3*Math.PI); | ||
ctx.stroke(); | ctx.stroke(); | ||
Revision as of 02:08, 26 May 2014
Note that this is test JavaScript:
Message