Team:Acton-BoxboroughRHS/Simulations
From 2014hs.igem.org
(Difference between revisions)
Line 148: | Line 148: | ||
ctx.stroke(); | ctx.stroke(); | ||
+ | ctx.strokeStyle="blue"; | ||
+ | ctx.beginPath(); | ||
+ | ctx.arc(250,250,100,1.7*Math.PI,1.8*Math.PI); | ||
+ | ctx.stroke(); | ||
</script> | </script> |
Revision as of 02:14, 26 May 2014
Note that this is test JavaScript:
Message