[gjs] Add some missing Cairo.Operator



commit 760c1cfd9478943a11596c72de45d2add7a2e30e
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Fri Aug 5 14:27:30 2011 +0200

    Add some missing Cairo.Operator
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656074

 modules/cairo.js |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/modules/cairo.js b/modules/cairo.js
index f50ff96..7555c3c 100644
--- a/modules/cairo.js
+++ b/modules/cairo.js
@@ -100,7 +100,22 @@ const Operator = {
     DEST_ATOP : 10,
     XOR : 11,
     ADD : 12,
-    SATURATE : 13
+    SATURATE : 13,
+    MULTIPLY : 14,
+    SCREEN : 15,
+    OVERLAY : 16,
+    DARKEN : 17,
+    LIGHTEN : 18,
+    COLOR_DODGE : 19,
+    COLOR_BURN : 20,
+    HARD_LIGHT : 21,
+    SOFT_LIGHT : 22,
+    DIFFERENCE : 23,
+    EXCLUSION : 24,
+    HSL_HUE : 25,
+    HSL_SATURATION : 26,
+    HSL_COLOR : 27,
+    HSL_LUMINOSITY : 28
 };
 
 const PatternType = {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]