We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
originally FOE-55746
Reproduction Steps:
have a bitmap with alpha pixels use it as a mask for something draw that something to a bitmap or use in a cacheAsBitmap'd container
Actual Behavior:
alpha pixels are not considered empty for masking (so the mask is always rectangular)
Expected Behavior:
alpha pixels must be considered (at least if both mask and masked object are cacheAsBitmap'd, see https://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e0b.html#WS2d8d13466044a7332384449d1277856ffe8-8000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction Steps:
have a bitmap with alpha pixels
use it as a mask for something
draw that something to a bitmap or use in a cacheAsBitmap'd container
Actual Behavior:
alpha pixels are not considered empty for masking (so the mask is always rectangular)
Expected Behavior:
alpha pixels must be considered (at least if both mask and masked object are cacheAsBitmap'd, see https://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e0b.html#WS2d8d13466044a7332384449d1277856ffe8-8000
The text was updated successfully, but these errors were encountered: