techninja / cncserver

A RESTful API server for driving serial based CNC devices
133 stars 39 forks source link

Regression: Line tracing broken with SVG scaling #28

Closed techninja closed 11 years ago

techninja commented 11 years ago

Turns out the simple visible x/y path position tracer to figure out what's visible and what isn't is broken by the recent fix to ensure SVG scales to fit window (makes sense). Apply scale values to x/y and check those coordinates instead of just assuming position.