d3 / d3-zoom

Pan and zoom SVG, HTML or Canvas using mouse or touch input.
https://d3js.org/d3-zoom
ISC License
507 stars 143 forks source link

Image not shown on safari, when trying to implement pan and zoom feature #127

Closed rabingaire closed 6 years ago

rabingaire commented 6 years ago

I am trying to implement panning and zooming feature using d3.js(V4), everything is working fine, but when I try to run the same code on Safari the image is not displayed.

I have asked a question on StackOverflow about this issue, I am not quite sure if there is a problem with my code or with d3.