d3-carto-map icon indicating copy to clipboard operation
d3-carto-map copied to clipboard

Bug with zooming in Safari

Open lmullen opened this issue 9 years ago • 1 comments

If you take a d3-carto map like this one and zoom in and out in Safari, the points drawn in an SVG layer disappear if you zoom in too much. This also affects Safari on iOS.

lmullen avatar Jan 16 '15 14:01 lmullen

After some preliminary searching, this probably has something to do with clipPath in Safari. See this article.

This is probably not just a Safari issue but a Webkit issue, since it also is a problem in RStudio's HTML viewer, which I'd be is using Webkit.

lmullen avatar Jan 16 '15 16:01 lmullen