I didn't realize I hadn't built my turtle arround the axis:
line2 = turned_turtle.add('line', points=(0,0, 0,10, 10,5, 0,0),
width_pixels=1, fill_color='red')
instead of
line2 = turned_turtle.add('line', points=(45,55, 55,55, 50,40, 45,55),
width_pixels=1, fill_color='red')
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
- Re: [pygtk] Please forget the turtle question, sorry for... Daniel Kornhauser
- Re: [pygtk] Please forget the turtle question, sorr... James Henstridge
