On 2024-09-05 00:48, Hilaire Fernandes via Cuis-dev wrote: > Question, are the changes backward compatible? Yes. Including useEdgeSpace. E.g. useEdgeSpace: aBoolean self flag: #deprecated. aBoolean ifTrue: [ self padding: (self xSeparation @ self ySeparation) ] ifFalse: [self padding: (0 at 0)] FYI, -KenD