![]() | The Canvas |
Prev | Using KTurtle | Next |
The canvas is the area where the commands are visualized, where the commands “draw” a picture. In other words it is the turtle's playground. After getting some code in the the code editor, and executing it using File->Execute Commands, two things can happen: Either the code executes fine and you most likely see something change on the canvas, or you have an error in your code and there will be a message that will tell you what error you made.
This message should help you to resolve the error.
The picture that is drawn can be saved as an image (using File->Save Canvas) or printed (using File->Print...).
Prev | Home | Next |
Using KTurtle | Up | The Menubar |