Bloc
Bloc copied to clipboard
Bounds related
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.