Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/experiments/mytest1.html
diff options
context:
space:
mode:
Diffstat (limited to 'experiments/mytest1.html')
-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>