Hi,
I wanted to create a ellipse that is growing.
The bigger the ellipse gets, the lower the strokeWeight(x) gets.
Actually its working fine, but only for one objekt. When I want to show a secound object on the screen, with differend attributes (like the maximum size of the ellipse) then the strokeWeight() gets diffuse.
This is because the secound objects strokeWeight() is the same as the first objects strokeWeight() and this doesn't make sense.
So. is it even possible to have two different stroke weights?
Also I wanted the opportunity given, that you can fill the growing ellipse with a color, but I get the same problem here.
I wanted to create a ellipse that is growing.
The bigger the ellipse gets, the lower the strokeWeight(x) gets.
Actually its working fine, but only for one objekt. When I want to show a secound object on the screen, with differend attributes (like the maximum size of the ellipse) then the strokeWeight() gets diffuse.
This is because the secound objects strokeWeight() is the same as the first objects strokeWeight() and this doesn't make sense.
So. is it even possible to have two different stroke weights?
Also I wanted the opportunity given, that you can fill the growing ellipse with a color, but I get the same problem here.
1