Skip to content
New issue

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

Corner radius not working correctly with filters #8

Closed
danielnydrle opened this issue Feb 15, 2022 · 2 comments
Closed

Corner radius not working correctly with filters #8

danielnydrle opened this issue Feb 15, 2022 · 2 comments

Comments

@danielnydrle
Copy link

When I apply one or more effects on an image, followed by the Corner radius effect, the radius is not automatically applied to the image. For the image to actually have the radius applied, it takes toggling the first effect applied off and on again.

Example order of functions to replicate the issue:

  1. Grayscale
  2. Corner radius
  3. Border

This produces a grayscale image with sharp edges and rounded border inside the image itself:
image

When done in reverse order (Border, Corner radius, Grayscale), it works just fine, so it's an effect order related issue.

@lavrton
Copy link
Collaborator

lavrton commented Feb 15, 2022

Should be fixed now. Thanks for the report. Please confirm if it works correctly now.

@lavrton lavrton closed this as completed Feb 15, 2022
@danielnydrle
Copy link
Author

Working well! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants