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

Fix labels around border #616

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Rdornier
Copy link
Contributor

@Rdornier Rdornier commented Feb 3, 2025

Resolves #614, resolves #615

@@ -1294,6 +1294,7 @@ def draw_labels(self, panel, page):
y = panel['y']
width = panel['width']
height = panel['height']
border = panel['border']
Copy link
Member

Choose a reason for hiding this comment

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

better to use border = panel.get('border') which won't cause an error if border is missing

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.

Label spacing not updated when hiding border No border spacing added on labels when exporting as PDF
2 participants