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

Frame size response #42

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Frame size response #42

merged 1 commit into from
Nov 2, 2022

Conversation

darth-cheney
Copy link
Owner

What

This PR deals with Issue #29, which points out how we are inconsistently giving the Frame size across the codebase.

In this branch we are saying strictly that the size of a Frame is a Point whose width and height values are equal to the length of the row and column arrays. Therefore, for Frame([0,0], [5,6]), the size is Point([6, 7]).

Implementation

The fix itself was small, but it had ramifications throughout the codebase and in the tests. I have dealt with all of the references I could find, and all tests seem to be passing

Remaining Work

I would like to include a specific test case for the example given in #29, once we have clarification of reproducing it.

@dkrasner
Copy link
Collaborator

dkrasner commented Nov 1, 2022

@darth-cheney this looks good to me; I am sure something will surface but lets roll with it - merge whenever

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

Successfully merging this pull request may close these issues.

3 participants