Feature request against 9.7.0. While drawing, the only snapping available is the ortho angle snap against the shape's own previous point (orthoSnap, frontend/src/modules/pdf-takeoff/TakeoffViewerModule.tsx:1819); there is no snapping to the endpoints or vertices of already-drawn measurements. On plans where runs adjoin (footing runs sharing corners, wall lines meeting slab edges), shared corners have to be hit by eye at whatever zoom is active, and the two measurements silently disagree by a few pixels. An opt-in snap (with a modifier key or a toggle, and a screen-space radius) to nearby existing vertices would remove that error class. This is a larger build than a single-control change: it needs hit-testing against existing measurement vertices during drawing.
Feature request against 9.7.0. While drawing, the only snapping available is the ortho angle snap against the shape's own previous point (
orthoSnap,frontend/src/modules/pdf-takeoff/TakeoffViewerModule.tsx:1819); there is no snapping to the endpoints or vertices of already-drawn measurements. On plans where runs adjoin (footing runs sharing corners, wall lines meeting slab edges), shared corners have to be hit by eye at whatever zoom is active, and the two measurements silently disagree by a few pixels. An opt-in snap (with a modifier key or a toggle, and a screen-space radius) to nearby existing vertices would remove that error class. This is a larger build than a single-control change: it needs hit-testing against existing measurement vertices during drawing.