fix bug where center of fingers is not preserved on pinch zoom

This commit is contained in:
Éric Lemoine
2011-11-10 21:35:38 +01:00
parent 18b23e944d
commit e6f2b0e294
2 changed files with 13 additions and 12 deletions

View File

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