2014-10-13 8:53 GMT+02:00 Alain Plantec <alain.plantec@yahoo.com>:Dear All,The border is not well rendered when a submorph is partly��outside the bounds of the AthensWrapMorph.The��AthensWrapMorph is set to clip its submorphs.See the two small screenshots with an ellipse morph.Is it a known issue or am I doing something wrong ?| a e |
a := AthensWrapMorph new clipSubmorphs: true.
e := EllipseMorph new.
e position: 100@100.
a addMorph: e.
a openInWorldThanksAlainThere was an issue on windows and mac os. The vm didn't use the latestcairo lib:Mac OS X and Windows VM with newer CairoDoes it work for you with the latest pharo-vm?
Nicolai