PumpkinPie Posted May 27, 2021 Share Posted May 27, 2021 I have two functions using same instance of Pixi Graphics to plot rectangles. The first function runs only once and paints 100 rectangles in red color and the other one is a recurring function that runs every 100ms and plots a rectangle in white color. When the first function is executed, the second function continues to plot rectangles in red color, despite specifying color as white. I've posted the same question with code on stackoverflow. Any help is appreciated, thanks! https://stackoverflow.com/questions/67723974/pixijs-graphics-color-bleed-issue Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted May 27, 2021 Share Posted May 27, 2021 That's a bug, please post it in pixijs github issues. Here is your playground: https://www.pixiplayground.com/#/edit/NIRPakxdI9WDLourp3m15 PumpkinPie 1 Quote Link to comment Share on other sites More sharing options...
PumpkinPie Posted May 28, 2021 Author Share Posted May 28, 2021 Thank you Ivan! Will do. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.