Closed
Description
Can be implemented via the image masking (#445) and temporary cached targets (#485) to record the transformed clip region into the mask image.
Related to #154 and #427. Also - servo/servo#13578
The implementation is split into 3 parts:
- refactor the clip handling (Major refactoring of how clips are processed down the pipeline #512)
- off-screen clip mask generation (Off-screen clip mask generation #556)
- removal of the clip shaders (Off-screen clip mask generation #556)
- API upgrade to actually support the transformed clips (Clip stack collapse path #595)