d3 / d3-zoom

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

Add sideEffects: false. #221

Closed mbostock closed 3 years ago

mbostock commented 3 years ago

Related https://github.com/d3/d3/issues/3131.

stof commented 3 years ago

I'm not sure this is right, given that this package imports d3-transition and so applies the side effect of d3-transition on the selection prototype.