Hi :)
I would like to know if there is a way to draw rings on a Canvas ?
I did something like
| f |
f := self bounds
aCanvas
drawOval: f
color: Color black.
aCanvas
drawOval: (f expandBy: -5)
color: Color white
But this prevent the center to be transparent
Thanks in advance
w a ring