Skip to content

BoundingBox.getWidth() returns height value #2526

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

Closed
YevhenPalamarchuk opened this issue Mar 12, 2023 · 0 comments
Closed

BoundingBox.getWidth() returns height value #2526

YevhenPalamarchuk opened this issue Mar 12, 2023 · 0 comments
Assignees
Labels
type: bug A general bug

Comments

@YevhenPalamarchuk
Copy link

Please fix :
public Distance getWidth() { return this.height; }

to
public Distance getWidth() { return this.width; }

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 12, 2023
@mp911de mp911de added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 14, 2023
@mp911de mp911de changed the title BoundingBox getWidth() returns height value BoundingBox.getWidth() returns height value Apr 24, 2023
@mp911de mp911de assigned mp911de and unassigned jxblum Apr 24, 2023
mp911de added a commit that referenced this issue Apr 24, 2023
We now return the correct value.

Closes #2526
mp911de added a commit that referenced this issue Apr 24, 2023
We now return the correct value.

Closes #2526
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

4 participants