After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 604945 - Implement radial gradients in CSS / St.Widget.
Implement radial gradients in CSS / St.Widget.
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-12-18 19:04 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2010-01-12 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Implement radial gradients for StWidget (2.54 KB, patch)
2010-01-10 03:58 UTC, Florian Müllner
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2009-12-18 19:04:40 UTC
Some themes may require radial gradient backgrounds for widgets. Please see:

http://dev.w3.org/csswg/css3-images/#radial-gradients
Comment 1 Florian Müllner 2010-01-10 03:58:38 UTC
Created attachment 151113 [details] [review]
Implement radial gradients for StWidget

Some theme authors have stated interest in radial gradient backgrounds.
The w3c has some draft:

http://dev.w3.org/csswg/css3-images/#radial-gradients

As this is rather complex, we add only some very basic support, which
extends our syntax for linear gradients:

background-gradient-direction: [vertical|horizontal|radial]

Gradients are centered circles, whose size is determined by the closest
side.
Comment 2 Florian Müllner 2010-01-10 04:03:00 UTC
Note that the patch should be applied on top of the first attachment to bug 606257.
Comment 3 Colin Walters 2010-01-11 19:48:54 UTC
Review of attachment 151113 [details] [review]:

Looks good.
Comment 4 Florian Müllner 2010-01-12 15:09:41 UTC
Comment on attachment 151113 [details] [review]
Implement radial gradients for StWidget

Attachment 151113 [details] pushed as 59d6029 - Implement radial gradients for StWidget
Comment 5 Jasper St. Pierre (not reading bugmail) 2010-01-12 15:17:56 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.