I know this increases image size by some couple of 100k, but I think it&#39;s ok for getting rid of the dull gray background.<br><br>Alex<br><br><div class="gmail_quote">2011/12/23  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Alexander Lazarevi&amp;#263; uploaded a new version of Morphic to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Morphic-laza.607.mcz" target="_blank">http://source.squeak.org/inbox/Morphic-laza.607.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Morphic-laza.607<br>
Author: laza<br>
Time: 23 December 2011, 11:04:32.601 am<br>
UUID: 042b8431-7201-674b-bf15-ea5b0a56c78c<br>
Ancestors: Morphic-laza.605<br>
Backported From: Morphic-laza.606<br>
<br>
Install a rice paper pattern as the default morphic project background.<br>
<br>
This is based on <a href="http://webtreats.mysitemyway.com/seamless-paper-patterns/" target="_blank">http://webtreats.mysitemyway.com/seamless-paper-patterns/</a><br>
<br>
&gt;From the readme.txt:<br>
<br>
&quot;This resource is free for personal and commercial use ~ no attribution necessary.&quot;<br>
<br>
=============== Diff against Morphic-laza.605 ===============<br>
<br>
Item was changed:<br>
  ----- Method: MorphicProject class&gt;&gt;defaultBackgroundForm (in category &#39;class initialization&#39;) -----<br>
(excessive size, no diff calculated)<br>
<br>
Item was changed:<br>
  ----- Method: MorphicProject class&gt;&gt;initialize (in category &#39;class initialization&#39;) -----<br>
+ initialize<br>
+       &quot;MorphicProject initialize&quot;<br>
- initialize    &quot;MorphicProject initialize&quot;<br>
        &quot;Initialize the default Morphic Project background&quot;<br>
        self defaultFill: (InfiniteForm with: self defaultBackgroundForm).<br>
        self convertOldProjects.<br>
        Project current isMorphic ifTrue:[<br>
                &quot;Set the default background in the current world&quot;<br>
                Project current world color: self defaultFill.<br>
        ].!<br>
<br>
<br>
</blockquote></div><br>