Template:Team:UC Davis/MutantWidget
From 2011.igem.org
(Difference between revisions)
Line 477: | Line 477: | ||
var xc = x.getContext("2d"); | var xc = x.getContext("2d"); | ||
x.width = 80; | x.width = 80; | ||
- | x.height = | + | x.height = 40; |
xc.fillStyle = "#ffffff"; | xc.fillStyle = "#ffffff"; | ||
- | xc.font = " | + | xc.font = "22pt arial bold"; |
xc.textBaseline = "top"; | xc.textBaseline = "top"; | ||
xc.fillText("Test", 10, 0); | xc.fillText("Test", 10, 0); |
Revision as of 06:52, 25 September 2011