I'm blocking on a stupid thing, I'm looking for SVG coordinates after on click. But my SVG can be zoomed and moved.
This example will talk more I think :
http://blockbuilder.org/Servuc/36931fc3950218df024d0aa7ff8c8d3c
I want the coordinates of under the black circle. IMPORTANT : The black circle is just a position indication, in my case in click somewhere on SVG.
I've read that : D3 click coordinates after pan and zoom but it didn't help me.
EDIT : I mean if the black circle is on the left, I get X and Y, I move the black circle on right, I get the same X Y Have a good coding day !