~smitop/eigen.fun

3151d423d0a584eb47d3215386fc4f4fd67d8f21 — Smitty 3 years ago 62c1b63
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
    }