<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="4">Mark, from my understanding what you want to use
is the <b>scale</b> command not the <b>resize</b> which are
not interchangeable. This is the blue icon in the image morph. <b>Only
for non PlacedMorph</b>, resize will behave as scale but
because there is not notion of extent, so resize does not make
sense in that respect.<br>
</font></p>
<p><font size="4">This halo's icon translate to messages:</font></p>
<ul>
<li><b><font size="4">scale --> #scale:</font></b></li>
<li><b><font size="4">resize --> #morphExtent:<br>
</font></b></li>
</ul>
<p><font size="4">If you want a different behavior, you need to
subclass ImageMorph, which make sense in that circumstance. You
want the form to be recomputed at each morphExtent to fill the
space in ox or oy axes? It will be more computer intensive and
will have to remember also the original Form otherwise you may
end with a one pixel Form. But I suspect using the
#<a class="moz-txt-link-freetext" href="scale:/#scaleBy">scale:/#scaleBy</a>: message is just what you want.<br>
</font></p>
<p><font size="4">Look at the code of ImageMorph and you will
understand its intend.</font></p>
<p><font size="4">Open an inspector and play a bit with your image
morph:</font></p>
<p><font size="4">self scale: 1.5<br>
self color: color red<br>
self borderWidth: 5<br>
self borderColor: Color black <br>
</font></p>
<p><font size="4"><br>
</font></p>
<p><font size="4"><img src="cid:part1.tj0nOom8.LCkvQFvh@free.fr"
alt=""></font></p>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo">http://mamot.fr/@drgeo</a></pre>
</body>
</html>