Thank you,Apparently the instance variable "strokePaint" of TRShape class, would be Nil when used by TRPolygonShape... But this variable seemed to be initialized in color black earlier so... I don't know what's appenning.For exemple you get an error when executing:Hi,does anyone know how to use RTPolygon shape or is there a real problem inside ?
-=-=-=-=-=-=-=-=-=-=-=-=
v := RTView new.
p := RTPolygon new
������ vertices:{
������ ������ 25 @ 00 .
������ ������ 10 @ 50 .
������ ������ 50 @ 20 }.
������ ������
v add: (p elementOn: 1).
v open
-=-=-=-=-=-=-=-=-=-=-=-=
If someone have a Idea...
PIerre