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

"Glow" effect done with a radial fill doesn't render #135

Open
chrisadams-n opened this issue Nov 21, 2024 · 1 comment
Open

"Glow" effect done with a radial fill doesn't render #135

chrisadams-n opened this issue Nov 21, 2024 · 1 comment

Comments

@chrisadams-n
Copy link

No description provided.

@Jhonnyg
Copy link
Contributor

Jhonnyg commented Nov 21, 2024

Somewhat fixed by 8142933

The missing glow is somehow related to the blit we do from the rive flush into the backbuffer, you can disable this by using:
rive.debug_set_blit_mode(false)

This will cause anything rendered before the rive content to be cleared, so you need to make sure to render rive content first (via render scripts).

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