Turtle that draws in a window on the screen.
Change the turtle's current pen color.
new pen color
Move the turtle forward a number of steps.
number of steps to move in the current direction; must be positive
Get the image created by this turtle.
string containing image in SVG format.
Change the turtle's heading by a number of degrees clockwise.
amount of change in angle, in degrees, with positive being clockwise
Generated using TypeDoc
Turtle that draws in a window on the screen.