Class { #name : #GrafoscopioFmtAnchorOnTheLeft2, #superclass : #GrafoscopioFormat, #category : #'Grafoscopio-Pillar-TextFormat' } { #category : #'target resize' } GrafoscopioFmtAnchorOnTheLeft2 >> beInstalledIn: aNode [ aNode language originalName = 'pharo-image' ifTrue: [ aNode propertyAt: #text put: aNode text. aNode text: (Character value: 1) asString ] ]