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