mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
This implements a subset of the CSS `linear-gradient` property per the CSS-IMAGES specification: http://dev.w3.org/csswg/css-images-3/ The full syntax is parsed, but only the beginning and end color stops are used, and gradients are clamped to the nearest 90 degrees. It should not be architecturally difficult to add the remaining pieces, but in the interests of bounding the size of this patch that work has been left to follow-ups. Improves GitHub. r? @glennw |
||
---|---|---|
.. | ||
canvas | ||
compositing | ||
devtools | ||
devtools_traits | ||
gfx | ||
layout | ||
layout_traits | ||
msg | ||
net | ||
plugins | ||
script | ||
script_traits | ||
style | ||
util |