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 border-image #879
Closed
Support border-image #879
Comments
Closed
|
@jrmuizel Do you already have something in mind for the interface to this? |
|
I do not. |
|
I've had a brief look at the specification. It seems like we could modify the existing
to something like:
Does that seem reasonable? |
|
We'd also extend the ImageBorder to be able to specify a gradient or an image key - by extracting the parts of GradientDisplayItem into a standalone Gradient struct. |
|
Anyone working on this? Can I take this? Thanks. |
|
Great! Didn't notice it. I'll hook it up to gecko. Thanks for the info. |
|
This has landed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need this for rendering Gecko's chrome. We should first come up with an idea of what the interface needs to be.
See also servo/servo#13003