-
Notifications
You must be signed in to change notification settings - Fork 3
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
Images with resizeMode "cover" loses its borderRadius #18
Comments
I see - this is most likely an issue in the https://github.com/lightning-js/renderer - I'm just passing those options through. Glad it's all "working" though - this is my first time seeing textureOptions but that should all be wired up correctly on Solid & Core side. Sometimes borderRadius is wonky because the order it's added will affect other dynamic shaders as well (like linearGradient etc) |
Reposted to Lightning Renderer: lightning-js/renderer#357 |
(Not sure if "issue" or "question")
Images with resizeMode "cover" loses its borderRadius.
This is expected because it clips the element, however, it would be nice if it would keep the borderRadius.
My workaround right now is to add a transparent overlay with a border and border radius, but it's wonky.
Is there a better method?
The text was updated successfully, but these errors were encountered: