Resizes the canvas backing buffer to the given dimensions.
void resize(int width, int height) => _scr.resize(width, height);