<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>> <span style="font-size:12pt">+                ifNil: [TextColor black "Fall back"]</span></p>
<div><br>
</div>
<div>Do you think there would be the need for an explicit FallbackTextAttribute, which acts like a null object?</div>
<p></p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div name="x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Freitag, 17. April 2020 16:52:44<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Graphics-mt.430.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Marcel Taeumel uploaded a new version of Graphics to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Graphics-mt.430.mcz">http://source.squeak.org/trunk/Graphics-mt.430.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Graphics-mt.430<br>
Author: mt<br>
Time: 17 April 2020, 4:52:36.27086 pm<br>
UUID: 1e5eac6b-e758-8445-b60e-7b09db8dcc63<br>
Ancestors: Graphics-nice.429<br>
<br>
Adds a simple way to use forms as text anchors without exposing Morphic, where such anchors are currently implemented.<br>
<br>
=============== Diff against Graphics-nice.429 ===============<br>
<br>
Item was added:<br>
+ ----- Method: Form>>asTextAnchor (in category 'converting') -----<br>
+ asTextAnchor<br>
+        "Convert the receiver to be embedded in text."<br>
+ <br>
+        self flag: #refactor. "mt: Text anchors should work outside of Morphic, too. Any instance of Form could be embedded in Text."<br>
+        ^ (Smalltalk classNamed: 'TextAnchor')<br>
+                ifNil: [TextColor black "Fall back"]<br>
+                ifNotNil: [:cls | cls new anchoredMorph: self]!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>