Merge pull request #47 from elemoine/pinchzoom

fix bug where center of fingers is not preserved on pinch zoom
This commit is contained in:
Éric Lemoine
2011-11-14 00:44:22 -08:00
2 changed files with 17 additions and 16 deletions

View File

@@ -49,7 +49,7 @@
log.push(transform);
}
control.containerOrigin = {
control.containerCenter = {
x: 0, y: 0
};