You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PDF checkbox rendering - use drawn rectangles instead of Unicode
Unicode checkbox characters (☑ ☐) are not supported by jsPDF's
standard Times font, causing PDF corruption. Draw checkboxes as
rectangles with X marks for checked items instead.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments