<div dir="ltr"><div>What is the proper way (minimum code) to scale an ImageMorph?</div><div>Do I have to scale both the form into which the image file is loaded AND the ImageMorph like this?</div><div><br></div><div>filePath := '/Users/volkmannm/Pictures/images/altitude1600.jpg'.<br>percent := 0.75.<br>form := Form fromFileNamed: filePath :: magnifyBy: percent.<br>morph := ImageMorph newWith: form :: scaleBy: percent.<br></div><div><br></div><div>When I add this morph to a SystemWindow, the image is scaled, but there is an orange rectangle of the original size behind the image. See the attached screenshot.</div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8000001907349px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div>