- ejemplo-prueba.py
Is the first try in this project.
It prints small squares based on the mouse cursor movements across the screen. Each square is printed dynamically, leaving a visual trail that reflects the cursor's path.

- The 2D figure can be:
- arc()
- circle()
- ellipse()
- line()
- lines()
- point()
- points()
- quad()
- rect()
- square()
- triangle()