export function drawLineThroughPoint(x, y) { // draws a line across the whole canvas through a point canvas.drawLine() }