Skip to content
Commits on Source (1)
......@@ -464,6 +464,7 @@
$( "#tp_polygones > g > rect" ).on( "mousewheel", mouse_wheel );
zones_array.push( current_fpc );
zonesData[ current_fpc ] = {
fpc: current_fpc,
x: x / svg_width,
......