android 4.x html canvas duplicated bug
http://code.google.com/p/android/issues/detail?id=41312
This bug have 2 different solution.
Solution 1 – delete “overflow:hidden” from itself and all parents elements.
Solution 2 – set the size full of canvas elements then limiting drawing areas.