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
Hello,
I noticed padding parameters omit zero values when I use generateImageUrl method. The resulting images are not the same :
padding
generateImageUrl
/insecure/pd:50:0:50:0/bg:FFFF00/rs:fit:500/plain/path
/insecure/pd:50::50/bg:FFFF00/rs:fit:500/plain/path
The option object that can be used for reproduction is the following:
const options = { padding: { left: 0 top: 50 right: 0 bottom: 50 } }
I'll create a PR with the fix 🙂
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello,
I noticed
padding
parameters omit zero values when I usegenerateImageUrl
method.The resulting images are not the same :
/insecure/pd:50:0:50:0/bg:FFFF00/rs:fit:500/plain/path
/insecure/pd:50::50/bg:FFFF00/rs:fit:500/plain/path
The option object that can be used for reproduction is the following:
I'll create a PR with the fix 🙂
The text was updated successfully, but these errors were encountered: