You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct pinchZoom distance calculation and Y-axis offset
- Fixed Math.sqrt() using comma instead of addition for Pythagorean distance
- Fixed Yf calculation using globalScope.ox instead of globalScope.oy
These were pre-existing bugs that broke pinch-zoom functionality.
0 commit comments