maphilight icon indicating copy to clipboard operation
maphilight copied to clipboard

shadowRadius displays much larger in Firefox

Open nzifnab opened this issue 12 years ago • 0 comments

In firefox when I use the following maphilight call:

$('.map').maphilight({
  fill: false,
  stroke: false,
  shadow: true,
  shadowPosition: 'outside',
  shadowFrom: 'fill',
  shadowRadius: 25,
  shadowColor: '2077c8',
  shadowOpacity: 0.9
});

The shadow looks about twice as large in Firefox as the one displayed in Chrome or Safari (have not tested IE).

Using Firefox 8.0.1, jquery 1.7.1, and maphilight as downloaded from here: http://davidlynch.org/projects/maphilight/ (last modified december 8, 2011).

Other than that, I love the new shadow option. It's just what I needed, right when I needed it :p

nzifnab avatar Jan 04 '12 05:01 nzifnab