I have a simple code here some map with zoom+pan effect. It work fine on Opera, Chrome even IE. But Firefox do not show it.-
If you open "Inspector" panel, you'll see has same values (translation, scale, path, d**) on Firefox than the other, but don't render properly.
Obviously is Firefox's bug cause on other browser works nice and D3 generate the code correctly.-
And here same map without zoom+pan effects, Firefox show it nice. Some google do not gave me any reference, console operation give the right value.
Any idea what's going wrong?
Here an snapshot. Can you see path.county's size?
(*) code take it from Mike's site: http://bl.ocks.org/mbostock/5914438 He use:
var projection = d3.geo.mercator() .scale((1
If you open "Inspector" panel, you'll see has same values (translation, scale, path, d**) on Firefox than the other, but don't render properly.
Obviously is Firefox's bug cause on other browser works nice and D3 generate the code correctly.-
And here same map without zoom+pan effects, Firefox show it nice. Some google do not gave me any reference, console operation give the right value.
Any idea what's going wrong?
Here an snapshot. Can you see path.county's size?
(*) code take it from Mike's site: http://bl.ocks.org/mbostock/5914438 He use:
var projection = d3.geo.mercator() .scale((1