Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport mask-image #13925
Open
Support mask-image #13925
Labels
Comments
|
I've already broken mask-image support once (oops), so if we can get this supported in Servo we can enable the WPT tests related to it :) |
|
I've looked a bit into this and would be able to implement this, unless someone is eager enough to rush it :) |
|
Making some notes in case I find someone to tackle this:
This is where my understanding gets hazy. ClippingRegions are part of BaseFlow, but a flow can be made of multiple elements, and mask-image applies to a single element. |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is (basic) support in webrender for this now, so we will need to add parser support (if not already done for Stylo) and then pass it through via layout to display lists.