I have some code that draws ellipses and rectangles.
If the code is inside the setup() it is ok.
If the code is inside draw() then ellipses and rectangles aren't drawed. Some other shapes are drawed ( so that means that the code passes from there ).
The example is simple, is there any reason for that ?