Skip to content

Conversation

@vishal-rathod-07
Copy link
Contributor

@vishal-rathod-07 vishal-rathod-07 commented Oct 5, 2025

  • Fixed missing align parameter (arguments[6]) in Cell constructor call
  • The cell function was documented to accept 7 parameters including align
  • Previously only 6 parameters were passed, causing alignment to be ignored
  • Now alignment works correctly for 'left', 'center', and 'right' values
  • All existing tests continue to pass

Fixes: #3194

@HackbrettXXX Please verify the changes, Thanks.

vishal-rathod-07 and others added 2 commits October 5, 2025 11:46
- Fixed missing align parameter (arguments[6]) in Cell constructor call
- The cell function was documented to accept 7 parameters including align
- Previously only 6 parameters were passed, causing alignment to be ignored
- Now alignment works correctly for 'left', 'center', and 'right' values
- All existing tests continue to pass
@HackbrettXXX
Copy link
Collaborator

Thanks for the PR, looks good.

@HackbrettXXX HackbrettXXX merged commit 777089a into parallax:master Oct 6, 2025
7 checks passed
Opineppes pushed a commit to Opineppes/jsPDF that referenced this pull request Oct 16, 2025
Co-authored-by: Lukas Holländer <lukas.hollaender@yworks.com>
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.

The param:align is invalid on method:cell?

2 participants