Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/experiments
diff options
context:
space:
mode:
authorroot <bryan@olenepal.org>2009-09-03 01:25:37 (GMT)
committer root <bryan@olenepal.org>2009-09-03 01:25:37 (GMT)
commit54306d8e286171cd3c6ed281ea3338a79c93ce91 (patch)
treea595323865ddde483459a892b2467f23de1867a4 /experiments
parentfc2f4f903be9d7e4ebcdf4b2c71bef65c29f473e (diff)
got rid of example adding_up_to_10_old as it was redundant
Diffstat (limited to 'experiments')
-rw-r--r--experiments/mytest1.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/experiments/mytest1.html b/experiments/mytest1.html
index 2c45126..333c0e2 100644
--- a/experiments/mytest1.html
+++ b/experiments/mytest1.html
@@ -16,7 +16,7 @@
ltCtx.drawImage(ballImg, 0, 0, 77, 77);
ltCtx.drawImage(ballImg, 0, 0, 77, 77, 70, 70, 77, 77);
-
+ leftCanvas.setAttribute('width', '100%');
}, false);
@@ -50,10 +50,11 @@
border: black 2px solid;
}
-/*#image {
- width: 0px;
- height: 0px;
-}*/
+#leftCanvas {
+ width: 50%;
+ height: 50%;
+
+}
</style>