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

Bugfix-15 issue with table render #16

Merged
merged 2 commits into from
Nov 18, 2022
Merged

Conversation

raykov
Copy link
Owner

@raykov raykov commented Nov 18, 2022

Fix for #15

  • update dependences

before render a table, we calculate cell size and then split text into
butches (lines) suitable for this size. But it we have empty cell, it will
return empty list of lines and our row render will not be finished. The
pointer will be pointing to the beginning of the page and breaking everything
@raykov raykov merged commit 653fddf into main Nov 18, 2022
@raykov raykov deleted the BUGFIX-15-issue-with-table-render branch November 18, 2022 20:05
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.

1 participant