Bloc icon indicating copy to clipboard operation
Bloc copied to clipboard

Bounds related

Open Ducasse opened this issue 4 years ago • 0 comments

boundsInLocal is an old method from before feenk started working on Bloc. It should be deprecated and removed, just like already deprecated {category : #'geometry bounds' } BlElement >> boundsInParent [ self deprecated: 'Use element bounds inParent instead'.

^ self bounds inParent asRectangle

Otherwise BlElementBounds returns bounds as BlBounds. We will compose a doc about it.

Ducasse avatar Mar 28 '21 15:03 Ducasse