<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi all,</p>
<p><br>
</p>
<p>this time I have installed my updates (Trunk #18872), so this bug should be reproducible :)</p>
<p><br>
</p>
<p>Do it:</p>
<p><br>
</p>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<p></p>
<div>owner := CurveMorph new</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>extent: 200 @ 200;</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>color: Color veryLightGray;</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>yourself.</div>
<p></p>
<p></p>
<div>child := Morph new.</div>
<p></p>
<p></p>
<div>text := 'Here is a morph: ' asText,</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>((String value: 1) asText</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>addAttribute: (TextAnchor new anchoredMorph: child);</div>
<p></p>
<p></p>
<div><span style="white-space:pre"></span>yourself).</div>
<p></p>
<p></p>
<div>textMorph := text asMorph.</div>
<p></p>
<p></p>
<div>textMorph followCurve.</div>
<p></p>
<p></p>
<div>owner addMorph: textMorph.</div>
<p></p>
<p></p>
<div>owner openAsTool.</div>
<p></p>
</blockquote>
<p></p>
<div></div>
<div></div>
<div><br>
</div>
<div>Result: child is not correctly positioned, it always has a point near 0@0, even if you move owner.</div>
<div>If you disable the #followCurve line, things work.</div>
<div><br>
</div>
<div>I only took a quick glance at the Graphics source, but it looks as if destX in <span>BitBltDisplayScanner is not set correctly.</span></div>
<div><span>Or am I doing something wrong?</span></div>
<div><span><br>
</span></div>
<div><span>Best,</span></div>
<div><span>Christoph</span></div>
<p></p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</body>
</html>