Hi,
when displaying an ellipse shape, however its radius, the shape arc will not be complete :-(
for example, the attached image includes the result of this:
view shape: (Mondrian.EllipseShape radius: [:r| 20]). view node: #circle.
do we have a solution for that? can I change the border color of an ellipse shape, independently of its fill color?
bests, Hani
Hani ABDEEN Student Phd thesis (Remodularization of Architectural Elements in OO Softwares) Laboratory LISTIC - Them LSE Annecy - University de Savoie
Hi,
Indeed, Ellipse was not fully implemented. I now added some missing functionalities. Your code should now work.
I also added borderColor selector.
Just some notes: - instead of view shape: (Mondrian.EllipseShape new radius: [:r| 20]), it would be better to use view newShape ellipse; radius: 20. - you can directly use a Number or a String instead of a block that returns the constant.
Cheers, Doru
On Jul 4, 2007, at 5:38 PM, Hani Abdeen wrote:
Hi,
when displaying an ellipse shape, however its radius, the shape arc will not be complete :-(
for example, the attached image includes the result of this:
view shape: (Mondrian.EllipseShape radius: [:r| 20]). view node: #circle.
do we have a solution for that? can I change the border color of an ellipse shape, independently of its fill color?
bests, Hani
Hani ABDEEN Student Phd thesis (Remodularization of Architectural Elements in OO Softwares) Laboratory LISTIC - Them LSE Annecy - University de Savoie
<EllipseShape.png>_______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.iam.unibe.ch/~girba www.iam.unibe.ch/~girba/blog/
"To lead is not to demand things, it is to make them happen."