We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please make sure you are testing with the latest release of html2canvas. Old versions are not supported and issues reported for them will be closed.
I'm working on printing out a table list with checkboxes. To customize the checkbox style, I use styled-components module as followed:
styled-components
const StyledCheckbox = styled.input` &:checked { ${css({ bg: '#4DBC15' })} } ${css({ borderRadius: '50%' })} `;
The ideal view should be like:
However, the printed view is like:
The text was updated successfully, but these errors were encountered:
I would like to work on this issue. Please assign this to me
Sorry, something went wrong.
No branches or pull requests
Please make sure you are testing with the latest release of html2canvas.
Old versions are not supported and issues reported for them will be closed.
Please follow the general troubleshooting steps first:
Bug reports:
I'm working on printing out a table list with checkboxes. To customize the checkbox style, I use
styled-components
module as followed:The ideal view should be like:
However, the printed view is like:
Specifications:
The text was updated successfully, but these errors were encountered: