It's how the examples of spec are presented in the website
http://spec.st

cheers

Lic. Ignacio Sniechowski, MBA
Prosavic SRL

Tel: (011) 4542-6714





















On Tue, Jan 27, 2015 at 4:26 PM, sergio_101 <sergio.rrd@gmail.com> wrote:
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:

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