Mercurial > hg > Members > e105711
changeset 23:30c23f93cbc0 draft
put canvas to center
author | e105711 <yomitan.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 15 Jul 2012 01:07:34 +0900 |
parents | df7f7eef72ef |
children | 3f8305d62106 |
files | webGL/DrumSimulator.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/webGL/DrumSimulator.html Sun Jul 15 00:45:56 2012 +0900 +++ b/webGL/DrumSimulator.html Sun Jul 15 01:07:34 2012 +0900 @@ -143,7 +143,7 @@ border: 2px solid black; } </style> - <body onload="main()" onkeydown="keybordDown()" onkeypress="keybordPress()" onkeyup="keybordUp()" style='overflow:scroll'> + <body onload="main()" onkeydown="keybordDown()" onkeypress="keybordPress()" onkeyup="keybordUp()" style='overflow:hidden'> <div align="center"> <canvas id="example"> There is supposed to be an example drawing here, but it's not important.