As a turtle-user I want to use the acutal turtle as a "stamp" which stamps the acutal shape of the turtle on the screen. For instance: The turtle has a hexgon-shape. I can move the turtle to a point on screen and stamp the hexagon to this point on screen.
Solution: Methods similar to python turtle's Stamp and ClearStamp methods
As a turtle-user I want to use the acutal turtle as a "stamp" which stamps the acutal shape of the turtle on the screen. For instance: The turtle has a hexgon-shape. I can move the turtle to a point on screen and stamp the hexagon to this point on screen.
Solution: Methods similar to python turtle's Stamp and ClearStamp methods