d3.js change zoom behavior to semantic zoom
问题 I'm doing some tests with d3.js regarding zooming. At the moment, I have successfully implemented geometric zoom in my test, but it has a drawback: the elements under the zoomed g are being scaled. As I understood it, this could be solved by using semantic zooming. The problem is that I need scale in my test, as I'm syncing it with a jQuery.UI slider value . On the other hand, I would like the text elements being resized to maintain their size after a zoom operation. I have an example of my