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
Currently the wave distort effect has a hard coded distort amount per pixel. This works well for simple screenshots of designs.
A common use case is saving pages as high resolution images. The hardcoded effect will therefore be hardly noticeable in those circumstances.
Solution: make the effect scale depending on resolution
The filter where this code is located is called effectDistortWave in filters.js
effectDistortWave
filters.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the wave distort effect has a hard coded distort amount per pixel.
This works well for simple screenshots of designs.
A common use case is saving pages as high resolution images.
The hardcoded effect will therefore be hardly noticeable in those circumstances.
Solution: make the effect scale depending on resolution
The filter where this code is located is called
effectDistortWave
infilters.js
The text was updated successfully, but these errors were encountered: