Re: [Pharo-dev] How to draw an ellipse with Athens?

2013-11-18 Thread Alexandre Bergel
Ah yes, I am having a look at it... Alexandre On Nov 17, 2013, at 8:49 PM, milton mamani akeval...@gmail.com wrote: Hi Alex! I made a simple code in sunburst: .=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.= | node view| view := ROView new. node := ROElement on:'Hello world'. node +

[Pharo-dev] How to draw an ellipse with Athens?

2013-11-17 Thread Alexandre Bergel
Hi!In Roassal, I have the following to draw an ellipse:-=-=-=-=-=-=-=-=-=-=fillOval: aRectangle color: aColor borderWidth: aBorderWidth borderColor: aBorderColor |p rect stroke | rect := self virtualToRealRectangle: aRectangle. nativeCanvas pathTransform restoreAfter: [ p:= nativeCanvas