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
Seems that this line is the offending one, n instead of imageWidth should solve the problem, though I'm too lazy to check that.
n
imageWidth
Compare zmooth='fast' vs 'best'/false here: https://jsfiddle.net/hnbyn502/
The text was updated successfully, but these errors were encountered:
This indeed looks like a bug. Thanks for the report!
Moreover, I've just noticed that we don't have any image test mocks for zsmooth: 'fast':
zsmooth: 'fast'
Sorry, something went wrong.
No branches or pull requests
Seems that this line is the offending one,
n
instead ofimageWidth
should solve the problem, though I'm too lazy to check that.Compare zmooth='fast' vs 'best'/false here: https://jsfiddle.net/hnbyn502/
The text was updated successfully, but these errors were encountered: