So, i just ran into a problem where i can describe best like this:
I have two circle clips on stage, both with a 20px diameter. I apply a blur of 30px to circle two and trace out the width, both come back as 20. now, physically, circle 20 is larger than 20px and its obvious when you stack them on top of each other because of the blur, the physical area is larger than 20 px. how in the world do you get the width of the circle that takes into account the filter that is applied to it?
i tried getBounds, getRect, and transform.pixelBounds but they all come back as 20. This is driving me insane, it really shouldn’t be this hard… Anyone?