Home | History | Annotate | Download | only in svg

Lines Matching refs:pan

1 // SVG pan and zoom library.
20 * You can configure the behavior of the pan/zoom/drag with the variables
99 //"onmouseout" : "handleMouseUp(evt)", // Decomment this to stop the pan functionality when dragging out of the SVG element
224 if(state == 'pan' && enablePan) {
225 // Pan mode
254 || !enableDrag // Pan anyway when drag is disabled and the user clicked on an element
256 // Pan mode
257 state = 'pan';
285 if(state == 'pan' || state == 'drag') {
286 // Quit pan mode