mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
Use translate3d
This commit is contained in:
@@ -164,7 +164,7 @@ iD.Map = function(context) {
|
||||
|
||||
var transform =
|
||||
'scale(' + scale + ')' +
|
||||
'translate(' + tX + 'px,' + tY + 'px) ';
|
||||
'translate3d(' + tX + 'px,' + tY + 'px, 0) ';
|
||||
|
||||
supersurface.style(transformProp, transform);
|
||||
queueRedraw();
|
||||
|
||||
Reference in New Issue
Block a user