Hello, i'm trying to do a color picker with pixijs v6.2.0
It's work almost, but i have a problem when i have a rotating sprite on the ledge of the stage, because that change dinamicaly the width and height stage, but don't change the x and y position of others sprites in the stage.
Exemple 1: The mouse down event is set on the stage
https://jsfiddle.net/Marodheure/gzytp4hr/94/
If you comment the line 53 (for the sprite rotation) in the javascipt tab, that will work.
Exemple 2: The mouse down event is set on a sprite, and the readpixels too, to avoid to have not fixe dimensions, but that does not work too, but i don't know why
https://jsfiddle.net/Marodheure/dtLsj0b1/40/
You can click to see in console the resulting: x y, width height, rgba
Thank you for reading and helping