display squished line same as grid line
1 files changed, 1 insertions(+), 1 deletions(-) M public/script.js
M public/script.js => public/script.js +1 -1
@@ 289,7 289,7 @@ function render() { transformPoint(state.jhat).map(x => x * 100), ]; renderLine(renderOpts, "black", false, points[0], points[2], ctx, x => x); renderLine(renderOpts, themeColor("gridMajor"), false, points[0], points[2], ctx, x => x); } // draw nothing repersenting the transformation for rank 0 }