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 = 20;
+
x.height = 40;
xc.fillStyle = "#ffffff";
xc.fillStyle = "#ffffff";
-
xc.font = "14pt arial bold";
+
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