3d transforms in svg content are bad in other browsers as well

This commit is contained in:
ahocevar
2012-12-17 11:15:55 +01:00
parent a309b24053
commit aa5bab250a
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -23,6 +23,10 @@ html, body, #map {
}
.olLayerDiv svg * {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
.olLayerGrid .olTileImage {