Most of this (without the test class (AthensTestDisplay)) is now ready for integration.
A lot of changes for making Mophic and Text(Morphs) work on Athens (For testing purpose there is also the AthensWrapWorldMorph included). The Canvas wrapper (AthensCanvasWrapper) is not yet included and therefore all Morphs that do not explicit have a proper drawOnAthensCanvas method arent't drawn (or just like rectangles). Should work with any image >= 40490 Just load the latest ConfigurationOfAthens from pharo 40 inbox and load ConfigurationOfAthens loadVersion:'2.9' If this is working (or not:) ) please leave a note on fogbugz: "14954 load new configuration 2.9 (more morphic support)" nicolai 2015-01-31 11:54 GMT+01:00 Alain Plantec <alain.plan...@yahoo.com>: > > > Yes the HandMorph is handled like any other Morph, it draws itself and > after that it draws all its submorphs. (And actually it does not use any > caching, and it is still quite fast) > > > the same in Bloc, no caching and it works just fine :) > > But yes, it needs a special drawOnAthens method. > > >> Do you plane to make a package for it ? >> I would like to integrate it in Bloc. >> > > What would like to integrate? > > In fact I do not see any change when in Bloc. > So I guess I will have to adapt Bloc to your changes. > > I will upload the changes in Athens-Morphic package to > the Athens repository. > > > cool. > > thanks > > Alain >