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

Box H output fixed #51

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Conversation

simbamangu
Copy link
Contributor

Fixed two places where box.y was being assigned to Box H instead of box.h.

e.g. from

fields['Box H'] = typeof(box.h) !== 'undefined' ? box.y : '';

to

fields['Box H'] = typeof(box.h) !== 'undefined' ? box.h : '';

Copy link
Member

@TanyaStere42 TanyaStere42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Appears to do the thing and not break anything new

@TanyaStere42 TanyaStere42 merged commit fd902ff into WildMeOrg:main Jun 1, 2023
@TanyaStere42 TanyaStere42 linked an issue Sep 29, 2023 that may be closed by this pull request
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.

Export's "BOX H" in annotations reports wrong height
2 participants