Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Element's children sortedByPerimeter is unsent: add tests? remove? #578

Open
tinchodias opened this issue Aug 12, 2024 · 0 comments
Open

Comments

@tinchodias
Copy link
Collaborator

An element can answer its children sorted by perimeter, by:

BlChildren>>
sortedByPerimeter
	^ BlChildrenSortedByPerimeter on: self

Whose class comment says "I sort a collection of children by perimeter in ascending order."

It uses BlElementBounds>>#perimeter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant