[squeak-dev] The Inbox: Morphic-laza.607.mcz

Alexander Lazarević laza at blobworks.com
Fri Dec 23 11:18:39 UTC 2011


I know this increases image size by some couple of 100k, but I think it's
ok for getting rid of the dull gray background.

Alex

2011/12/23 <commits at source.squeak.org>

> Alexander Lazarevi&#263; uploaded a new version of Morphic to project The
> Inbox:
> http://source.squeak.org/inbox/Morphic-laza.607.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-laza.607
> Author: laza
> Time: 23 December 2011, 11:04:32.601 am
> UUID: 042b8431-7201-674b-bf15-ea5b0a56c78c
> Ancestors: Morphic-laza.605
> Backported From: Morphic-laza.606
>
> Install a rice paper pattern as the default morphic project background.
>
> This is based on http://webtreats.mysitemyway.com/seamless-paper-patterns/
>
> >From the readme.txt:
>
> "This resource is free for personal and commercial use ~ no attribution
> necessary."
>
> =============== Diff against Morphic-laza.605 ===============
>
> Item was changed:
>  ----- Method: MorphicProject class>>defaultBackgroundForm (in category
> 'class initialization') -----
> (excessive size, no diff calculated)
>
> Item was changed:
>  ----- Method: MorphicProject class>>initialize (in category 'class
> initialization') -----
> + initialize
> +       "MorphicProject initialize"
> - initialize    "MorphicProject initialize"
>        "Initialize the default Morphic Project background"
>        self defaultFill: (InfiniteForm with: self defaultBackgroundForm).
>        self convertOldProjects.
>        Project current isMorphic ifTrue:[
>                "Set the default background in the current world"
>                Project current world color: self defaultFill.
>        ].!
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20111223/a4401ee5/attachment.htm


More information about the Squeak-dev mailing list