servo/webrender

Support for conic gradients (CSS4)?

Open

#3,190 opened on Oct 11, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (319 forks)github user discovery
difficulty: moderatehelp wantedtype: enhancement

Repository metrics

Stars
 (3,355 stars)
PR merge metrics
 (PR metrics pending)

Description

CSS4 defines "conic" gradients as an addition to regular linear and radial radients, i.e. gradients that look like this:

Conic gradient

I know this is a very advanced feature to ask for and it's ok to assign this a low priority, but it would make things such as color wheels and skeuomorphic dials for VSTs easier to create. I wanted to ask if it is planned to support these types of gradients in webrender.

Contributor guide