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

Pad rendering container to minimum dimensions. #19

Merged
merged 4 commits into from
Feb 2, 2024
Merged

Conversation

cubicibo
Copy link
Owner

@cubicibo cubicibo commented Jan 31, 2024

Work on #18:

  • Renderer space is padded to minimum PG object dimensions, within the video frame. (ef462b7)
  • Windows shall also be padded whenever needed, remain within the renderer container and not overlap (23f6169).
  • Unit tests (finally!? - 0c2bdfc)

I could just dz = max(8, dz) the windows dx/dy and let the grouping engine merge any overlap, but that would be a suboptimal approach.

@cubicibo cubicibo merged commit 59370b2 into main Feb 2, 2024
@cubicibo cubicibo deleted the MR/boxadjust branch February 2, 2024 09:33
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.

None yet

1 participant