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 openInWorldThanksAlain