Files
ladybird/Userland/Libraries/LibWeb/CSS
MacDue 49497044de LibWeb: Parse conic-gradient()s
This parses conic-gradient()s while also attempting to share the bulk
of the parsing code with linear-gradient()s. This is done by extracting
the <color-stop-list> parsing to a "fill in the blacks" generic
function. This is a little awkward but cuts down on a lot of copy
pasting of code.
2022-11-01 23:07:05 +00:00
..
2022-11-01 23:07:05 +00:00
2022-09-16 10:50:48 +01:00
2022-09-18 13:27:24 -04:00