Bug 24894 - css mask does not work on a transformed image
Summary: css mask does not work on a transformed image
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 13:21 PDT by Ashish Khivesara
Modified: 2009-12-16 10:28 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ashish Khivesara 2009-03-27 13:21:58 PDT
If a css mask is applied to a transformed image the result is like it is applied to the image and then the transformation is applied to the result
Comment 1 Simon Fraser (smfr) 2009-12-16 10:28:29 PST
There's no testcase in this bug, but what you describe is the expected behavior. The mask is applied first, and then the transform. If you want different behavior, you need to apply the mask the parent of the transformed element.