[ease] Don't use a white colorstop for the focus gradient.
- From: Stéphane Maniaci <maniacis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] Don't use a white colorstop for the focus gradient.
- Date: Tue, 17 Aug 2010 01:42:57 +0000 (UTC)
commit cb9c55e9b4af4730313899cb5d80bf383729150e
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date: Mon Aug 16 17:52:53 2010 -0500
Don't use a white colorstop for the focus gradient.
ease/ease-player.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ease/ease-player.vala b/ease/ease-player.vala
index 61dd767..032d6ac 100644
--- a/ease/ease-player.vala
+++ b/ease/ease-player.vala
@@ -120,7 +120,7 @@ internal class Ease.Player : Gtk.Window
focus_circle.set_position (stage.width/2, stage.height/2);
radial = new Cairo.Pattern.radial (0, 0, FOCUS_RADIUS, 0, 0, 2*FOCUS_RADIUS);
- radial.add_color_stop_rgba (0, 1, 1, 1, 0);
+ radial.add_color_stop_rgba (0, 0, 0, 0, 0);
radial.add_color_stop_rgb (1, 0, 0, 0);
this.stage.add_actor (focus_circle);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]