[squeak-dev] Rendering a text along an arc

karl ramberg karlramberg at gmail.com
Mon Dec 31 20:37:24 UTC 2018


Hi,
I made adjustRightX a no-op.
Fix in trunk.
http://source.squeak.org/trunk/MorphicExtras-kfr.249.mcz

Cheers,
Karl


On Mon, Dec 31, 2018 at 8:29 PM tim Rowledge <tim at rowledge.org> wrote:

>
>
> > On 2018-12-31, at 11:20 AM, Chris Cunningham <cunningham.cb at gmail.com>
> wrote:
> >
> >
> > What the intent looks like is to avoid the #adjustRightX if the wrapFlag
> is not set - which is causing the error(s), at least when I tried it.
>
> Yup, that's the only visible difference - unless of course it turned out
> that the *order* of sending messages was important here. Occasionally that
> justifies special cases, but even then, an #isKindOf: is justification for
> a slapped wrist at the least.
>
> >
> > Another alternative might be to implement TextOnCurve>>adjustRightX to
> be a no-op (with a suitable comment) so that it didn't do anything in this
> case. Then the isKindOf: could go away.
>
> Yup.
>
>
> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> Cap'n!  The spellchecker kinna take this abuse!
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20181231/4374f05d/attachment.html>


More information about the Squeak-dev mailing list