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

Edge/IE canvas pan and zoom looks "choppy" #128

Closed rssfrncs closed 5 years ago

rssfrncs commented 6 years ago
  1. Load https://bl.ocks.org/mbostock/d1f7b58631e71fbf9c568345ee04a60e in MS Edge or IE 11.
  2. Pan and zoom the page
  3. Load https://bl.ocks.org/mbostock/d1f7b58631e71fbf9c568345ee04a60e in Chrome
  4. Observe the difference in rendering, Edge and IE interaction seems to block rendering

Is this a known issue with MS browsers? The difference is shocking.

rssfrncs commented 6 years ago

Runs smoother on my mobile (Xiaomi A1) chrome again though.

rssfrncs commented 6 years ago

Rather interesting, but the SVG example runs "smoother" https://bl.ocks.org/mbostock/3680999 on Edge

mbostock commented 5 years ago

Not much I can do about rendering performance across browsers.