newPage(100, 100)
stroke(0)
strokeWidth(1)
line((0, 0), (width(), height()))
line((0, height()), (width(), 0))