Re: [manifest] Manifest "background_color" with gradient?

On Thu, 15 Oct 2015, at 20:07, Binyamin wrote:
> בע"ה
> 
> 
> How about gradients in "background_color" (linear-gradient,
> radial-gradient, repeating-linear-gradient, repeating-radial-gradient)?
> Anything delays such spec/implementation?

The goal is to be able to paint something on the screen as soon as
possible. Using complex colours could make the task complex. For
example, Chrome Android uses the background_color information to create
an Android native View while Chrome is loading. Unless we can use
gradients with Android, we would need to re-implement gradients outside
of Blink.

-- Mounir

Received on Friday, 16 October 2015 08:22:00 UTC