I have a PIXI Application in a canvas (not the whole window) with scroll. I have a DisplayObject (Graphics) and I need its bounding rectangle in window coordinates. How can I get this? Method getBounds() provides me with the global coordinates of the object but, how can I convert these global coordinates to window coordinates?
Thanks