Re: [e4-dev] CSS now supports gradients

2009-05-28 Thread Kevin McGuire
oach of re-interpreting the value list. Kevin Patrick Mueller Sent by: e4-dev-boun...@eclipse.org 05/28/2009 04:16 PM Please respond to E4 Project developer mailing list To E4 Project developer mailing list cc Subject Re: [e4-dev] CSS now supports gradients WebKit now supports gradients as w

Re: [e4-dev] CSS now supports gradients

2009-05-28 Thread Tom Schindl
Just for reference Qt is using the following: -8<- background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.0 #ff, stop: 0.5 #00ff00, stop: 1.0 #ff); -8<- Tom Patrick Mueller schrieb: > WebKit now supports gradients as well: > > http://webkit

Re: [e4-dev] CSS now supports gradients

2009-05-28 Thread Patrick Mueller
WebKit now supports gradients as well: http://webkit.org/blog/175/introducing-css-gradients/ Some of the WebKit devs are also w3c css standards authors, so if you had to bet on a syntax that will likely be standard some day ... On May 27, 2009, at 7:49 PM, Kevin McGuire wrote: The