GNOME Bugzilla – Bug 604945
Implement radial gradients in CSS / St.Widget.
Last modified: 2010-01-12 15:17:56 UTC
Some themes may require radial gradient backgrounds for widgets. Please see: http://dev.w3.org/csswg/css3-images/#radial-gradients
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.
Note that the patch should be applied on top of the first attachment to bug 606257.
Review of attachment 151113 [details] [review]: Looks good.
Comment on attachment 151113 [details] [review] Implement radial gradients for StWidget Attachment 151113 [details] pushed as 59d6029 - Implement radial gradients for StWidget
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.