dmb0058

Results 3 issues of dmb0058

Compiling on Ubuntu 18.04 with arduino-mk I get: ./sketchbook/libraries/MPU6050/MPU6050_6Axis_MotionApps20.h:522:65: warning: integer overflow in expression [-Woverflow] - (int32_t)qI[2] * qI[2] + (int32_t)qI[3] * qI[3]) / (2 * 16384);

I want to use one set of controls to zoom in/zoom out and create a new element on my svg-pan-zoom/jointjs application. I have used custom controls to create "Zoom in",...

Hi! Amazing work - thank you so much. A small question: how to re-position the zoom controls to the top-left ? I found this https://github.com/bumbu/svg-pan-zoom/issues/312#issuecomment-418888511 and I think the custom...