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
If you update the resize-mode test and add a radius effect it's not applied on the contained image.
renderer.createNode({ x: curX, width: SQUARE_SIZE, height: SQUARE_SIZE - 300, texture: renderer.createTexture('ImageTexture', { src: testscreenImg, }), textureOptions: { resizeMode: { type: 'cover', }, }, shader: renderer.createShader('DynamicShader', { effects: [ { type: 'radius', props: { radius: 16, }, } ]}), parent: rowNode, });
I'd expect the image to perform the Cover and then apply radius effect to the result.
The text was updated successfully, but these errors were encountered:
erikhaandrikman
No branches or pull requests
If you update the resize-mode test and add a radius effect it's not applied on the contained image.
I'd expect the image to perform the Cover and then apply radius effect to the result.
The text was updated successfully, but these errors were encountered: