just out of curiousity.. what is that a screenshot of? my pharo looks nothing like that.. nice font!

On Tue Jan 27 2015 at 11:02:50 AM Mark Rizun <mrizun@gmail.com> wrote:
Hi,

Not sure if it helps but for morphs you have next "transformation to model":

| morph |
    
    morph := CalendarMorph on: Date today.
    ^ morph asSpecAdapter

Please read details here:
http://spec.st/docs/insert-morph/

Mark

2015-01-27 16:57 GMT+01:00 Sebastian Heidbrink <sheidev@yahoo.de>:
Hi!

Okay so I am currently trying Spec out and I need some advice.

Which is the Model to use for a ASVGMorph ("AthensSvgMorph")?

Is there an example availabel somewhere?

Thanks
Sebastian