def lineSmoothOff():
    canvas.glLineSmooth(False)
Example #2
0
def lineSmoothOff():
    canvas.glLineSmooth(False)
def lineSmoothOn():
    canvas.glLineSmooth(True)
Example #4
0
def lineSmoothOn():
    canvas.glLineSmooth(True)