| Issue 3912: | Bug: MarkerImage scaledSize in IE doesn't work when scaling smaller. | |
| 7 people starred this issue and may be notified of changes. | Back to list |
If the source image bigger than the resulting size, Google Maps will not scale it correctly. However, it will scale to a larger size.
So let's say 'theimage.jpg' is 50x50:
//This will NOT scale in IE
var useImage = new google.maps.MarkerImage('theimage.jpg',
null,
null,
null,
new google.maps.Size(25, 25));
//This WILL scale in IE
var useImage = new google.maps.MarkerImage('theimage.jpg',
null,
null,
null,
new google.maps.Size(100, 100));
Feb 10, 2012
#1
[email protected]
Feb 19, 2012
Is this still an issue? Please confirm which version of IE you are using, too.
Feb 21, 2012
(No comment was entered for this change.)
Mar 2, 2012
Confirmed today with IE8
Mar 7, 2012
Please, is this fixed? When will be available? Thanks!
Apr 23, 2012
(No comment was entered for this change.)
Status:
Fixed
|
|
| ► Sign in to add a comment |