[gegl] operations: regenerated reference hashes with BABL_TOLERANCE=0.0



commit a1dd8b46d3cd3644f1d3719e697151edea7ca461
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Mar 13 19:49:10 2017 +0100

    operations: regenerated reference hashes with BABL_TOLERANCE=0.0

 operations/common/antialias.c            |    2 +-
 operations/common/apply-lens.c           |    2 +-
 operations/common/cartoon.c              |    2 +-
 operations/common/color-enhance.c        |    2 +-
 operations/common/cubism.c               |    2 +-
 operations/common/deinterlace.c          |    2 +-
 operations/common/edge-neon.c            |    2 +-
 operations/common/edge-sobel.c           |    2 +-
 operations/common/edge.c                 |    3 ++-
 operations/common/fattal02.c             |    2 +-
 operations/common/fractal-trace.c        |    2 +-
 operations/common/gaussian-blur.c        |    2 +-
 operations/common/gblur-1d.c             |    2 +-
 operations/common/high-pass.c            |    2 +-
 operations/common/illusion.c             |    2 +-
 operations/common/lens-distortion.c      |    2 +-
 operations/common/linear-gradient.c      |    2 +-
 operations/common/mantiuk06.c            |    2 +-
 operations/common/mirrors.c              |    2 +-
 operations/common/mono-mixer.c           |    2 +-
 operations/common/motion-blur-circular.c |    2 +-
 operations/common/motion-blur-zoom.c     |    2 +-
 operations/common/noise-rgb.c            |    2 +-
 operations/common/photocopy.c            |    2 +-
 operations/common/plasma.c               |    2 +-
 operations/common/polar-coordinates.c    |    2 +-
 operations/common/sepia.c                |    2 +-
 operations/common/sinus.c                |    2 +-
 operations/common/tile-seamless.c        |    2 +-
 operations/common/value-propagate.c      |    2 +-
 operations/common/vignette.c             |    2 +-
 operations/common/watershed-transform.c  |    2 +-
 operations/common/wavelet-blur.c         |    2 +-
 operations/common/whirl-pinch.c          |    2 +-
 operations/external/text.c               |    2 +-
 35 files changed, 36 insertions(+), 35 deletions(-)
---
diff --git a/operations/common/antialias.c b/operations/common/antialias.c
index 523bdf2..d46d61f 100644
--- a/operations/common/antialias.c
+++ b/operations/common/antialias.c
@@ -278,7 +278,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",       _("Scale3X Antialiasing"),
     "categories",  "enhance",
     "license",     "GPL3+",
-    "reference-hash", "ad2e4a275fce1c12155366f71c1313c8",
+    "reference-hash", "51a4e204e61decfe6803cac37222c0ea",
     "description", _("Antialias using the Scale3X edge-extrapolation algorithm"),
     NULL);
 }
diff --git a/operations/common/apply-lens.c b/operations/common/apply-lens.c
index a1e93c9..6820a13 100644
--- a/operations/common/apply-lens.c
+++ b/operations/common/apply-lens.c
@@ -272,7 +272,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",        "gegl:apply-lens",
     "title",       _("Apply Lens"),
     "categories",  "map",
-    "reference-hash", "7d3d1f497ed76ad4b92157a719a091ba",
+    "reference-hash", "28c9709b8bac9edf5734dbe45eb31379",
     "license",     "GPL3+",
     "description", _("Simulates the optical distortion caused by having "
                      "an elliptical lens over the image"),
diff --git a/operations/common/cartoon.c b/operations/common/cartoon.c
index a7e1750..9f4adda 100644
--- a/operations/common/cartoon.c
+++ b/operations/common/cartoon.c
@@ -311,7 +311,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "categories",  "artistic",
     "name",        "gegl:cartoon",
     "title",       _("Cartoon"),
-    "reference-hash", "baaba985ceebdcd37bbc73552ec7ffc1",
+    "reference-hash", "e9853f9c322d769576f6acdb61859f81",
     "license",     "GPL3+",
     "description", _("Simulates a cartoon, its result is similar to a black"
                      " felt pen drawing subsequently shaded with color. This"
diff --git a/operations/common/color-enhance.c b/operations/common/color-enhance.c
index d8b9894..a2423f1 100644
--- a/operations/common/color-enhance.c
+++ b/operations/common/color-enhance.c
@@ -235,7 +235,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",        "gegl:color-enhance",
     "title",       _("Color Enhance"),
     "categories" , "color:enhance",
-    "reference-hash", "9dba1fec1d4ca27d574649dedc775f1e",
+    "reference-hash", "f8f470769afc06b08bcef46c2f44c406",
     "description",
         _("Stretch color chroma to cover maximum possible range, "
           "keeping hue and lightness untouched."),
diff --git a/operations/common/cubism.c b/operations/common/cubism.c
index 007f0a2..06228c6 100644
--- a/operations/common/cubism.c
+++ b/operations/common/cubism.c
@@ -613,7 +613,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",       _("Cubism"),
     "name",        "gegl:cubism",
     "categories",  "artistic:scramble",
-    "reference-hash", "8f08b416faae26a54751628aaa2a0470",
+    "reference-hash", "3bb294504ef11161e6147903dad9df23",
     "license",     "GPL3+",
     "description", _("Convert the image into randomly rotated square blobs, somehow resembling a cubist 
painting style"),
     NULL);
diff --git a/operations/common/deinterlace.c b/operations/common/deinterlace.c
index 49acade..a08e27e 100644
--- a/operations/common/deinterlace.c
+++ b/operations/common/deinterlace.c
@@ -333,7 +333,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "categories",         "enhance",
     "license",            "GPL3+",
     "position-dependent", "true",
-    "reference-hash",     "d5ef383f7f6c81f1bde90884fa568e0e",
+    "reference-hash",     "663e775f191a41aaf1039b883615d786",
     "description", _("Fix images where every other row or column is missing"),
     NULL);
 }
diff --git a/operations/common/edge-neon.c b/operations/common/edge-neon.c
index 9174867..9911320 100644
--- a/operations/common/edge-neon.c
+++ b/operations/common/edge-neon.c
@@ -550,7 +550,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",       "gegl:edge-neon",
     "title",      _("Neon Edge Detection"),
     "categories", "edge-detect",
-    "reference-hash", "4959071c971dcd7461cb125a96190fb0",
+    "reference-hash", "30ccc2c2c75a2c19e07e3c63f150a492",
     "description",
         _("Performs edge detection using a Gaussian derivative method"),
         NULL);
diff --git a/operations/common/edge-sobel.c b/operations/common/edge-sobel.c
index 727d769..de52a68 100644
--- a/operations/common/edge-sobel.c
+++ b/operations/common/edge-sobel.c
@@ -398,7 +398,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",        "gegl:edge-sobel",
     "title",       _("Sobel Edge Detection"),
     "categories",  "edge-detect",
-    "reference-hash", "bdb3dbd4d4159e737366e6192a9c4a67",
+    "reference-hash", "50c7c77a4a130343facd199362a0d4fb",
     "description", _("Specialized direction-dependent edge detection"),
           NULL);
 }
diff --git a/operations/common/edge.c b/operations/common/edge.c
index 628bb5b..641a836 100644
--- a/operations/common/edge.c
+++ b/operations/common/edge.c
@@ -351,7 +351,8 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",       _("Edge Detection"),
     "categories",  "edge-detect",
     "license",     "GPL3+",
-    "reference-hash", "dd9be3825edb58d7b331ec8844a16b5c",
+    "reference-hash",  "dd9be3825edb58d7b331ec8844a16b5c",
+    "reference-hashB", "d18fdd59dd60ad454cdd202bcc9d3035",
     "description", _("Several simple methods for detecting edges"),
     NULL);
 }
diff --git a/operations/common/fattal02.c b/operations/common/fattal02.c
index b9a59d9..e8db9dd 100644
--- a/operations/common/fattal02.c
+++ b/operations/common/fattal02.c
@@ -1329,7 +1329,7 @@ gegl_op_class_init (GeglOpClass *klass)
   "name"       , "gegl:fattal02",
   "title",       _("Fattal et al. 2002 Tone Mapping"),
   "categories" , "tonemapping:enhance",
-  "reference-hash", "0072eaddb2dec2250d1e0d5b9787bd80",
+  "reference-hash", "e2260e134cdaa92773f200986bb3c09b",
   "description",
         _("Adapt an image, which may have a high dynamic range, for "
          "presentation using a low dynamic range. This operator attenuates "
diff --git a/operations/common/fractal-trace.c b/operations/common/fractal-trace.c
index 68db4cd..c785cc5 100644
--- a/operations/common/fractal-trace.c
+++ b/operations/common/fractal-trace.c
@@ -262,7 +262,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "position-dependent", "true",
     "categories",         "map",
     "license",            "GPL3+",
-    "reference-hash",     "516b6301df512864e9f8feabf64f29ad",
+    "reference-hash",     "c4cf80fc9db401ebeedb30cabf7b4921",
     "description", _("Transform the image with the fractals"),
     NULL);
 }
diff --git a/operations/common/gaussian-blur.c b/operations/common/gaussian-blur.c
index d4d1970..1ed9b85 100644
--- a/operations/common/gaussian-blur.c
+++ b/operations/common/gaussian-blur.c
@@ -116,7 +116,7 @@ gegl_op_class_init (GeglOpClass *klass)
   gegl_operation_class_set_keys (operation_class,
     "name",           "gegl:gaussian-blur",
     "categories",     "blur",
-    "reference-hash", "19496b462e989aa74e22ddca7f9142ab",
+    "reference-hash", "5d10ee663c5ff908c3c081e516154873",
     "description", _("Performs an averaging of neighboring pixels with the "
                      "normal distribution as weighting"),
                                  NULL);
diff --git a/operations/common/gblur-1d.c b/operations/common/gblur-1d.c
index e6cc923..af9137c 100644
--- a/operations/common/gblur-1d.c
+++ b/operations/common/gblur-1d.c
@@ -908,7 +908,7 @@ gegl_op_class_init (GeglOpClass *klass)
   gegl_operation_class_set_keys (operation_class,
     "name",           "gegl:gblur-1d",
     "categories",     "hidden:blur",
-    "reference-hash", "36db3c04769d68fca18145ca98eb6bd6",
+    "reference-hash", "33713bd5bab893c8e585c72cb8607e80",
     "description",
         _("Performs an averaging of neighboring pixels with the "
           "normal distribution as weighting"),
diff --git a/operations/common/high-pass.c b/operations/common/high-pass.c
index 385351d..27322ec 100644
--- a/operations/common/high-pass.c
+++ b/operations/common/high-pass.c
@@ -83,7 +83,7 @@ gegl_op_class_init (GeglOpClass *klass)
                                  "name",        "gegl:high-pass",
                                  "title",       _("High Pass Filter"),
                                  "categories",  "frequency",
-                                 "reference-hash", "d7acc5a4fd4b98ead520db14fa460ad7",
+                                 "reference-hash", "5d10ee663c5ff908c3c081e516154873",
                                  "description",
                                  _("Enhances fine details."),
                                  NULL);
diff --git a/operations/common/illusion.c b/operations/common/illusion.c
index eeffd73..f162bf1 100644
--- a/operations/common/illusion.c
+++ b/operations/common/illusion.c
@@ -268,7 +268,7 @@ gegl_op_class_init (GeglOpClass *klass)
       "title",          _("Illusion"),
       "categories",     "map",
       "license",        "GPL3+",
-      "reference-hash", "ff2b3cd92540868ce6f4ed7eb3e3721c",
+      "reference-hash", "bdf2184faa2dfe9472c5d3bb0e625f7f",
       "description", _("Superimpose many altered copies of the image."),
       NULL);
 }
diff --git a/operations/common/lens-distortion.c b/operations/common/lens-distortion.c
index 8230ae6..74f24ed 100644
--- a/operations/common/lens-distortion.c
+++ b/operations/common/lens-distortion.c
@@ -502,7 +502,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "categories",            "blur",
     "position-dependent",    "true",
     "license",               "GPL3+",
-    "reference-hash",        "5cd4f68120fd5103341d70508fe26bc2",
+    "reference-hash",        "991dbbc6def3811821265049f69c23b3",
     "reference-composition", composition,
     "description", _("Corrects barrel or pincushion lens distortion."),
     NULL);
diff --git a/operations/common/linear-gradient.c b/operations/common/linear-gradient.c
index 7af59ad..c21d902 100644
--- a/operations/common/linear-gradient.c
+++ b/operations/common/linear-gradient.c
@@ -138,7 +138,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",               "gegl:linear-gradient",
     "title",              _("Linear Gradient"),
     "categories",         "render:gradient",
-    "reference-hash",     "4e09f5cc5644c4262e4f4195a5a8cb5c",
+    "reference-hash",     "b195121498a9b03f2ad676c404e330eb",
     "position-dependent", "true",
     "description" , _("Linear gradient renderer"),
     NULL);
diff --git a/operations/common/mantiuk06.c b/operations/common/mantiuk06.c
index f3feb5a..b98601e 100644
--- a/operations/common/mantiuk06.c
+++ b/operations/common/mantiuk06.c
@@ -1638,7 +1638,7 @@ gegl_op_class_init (GeglOpClass *klass)
       "name",        "gegl:mantiuk06",
       "title",       _("Mantiuk 2006 Tone Mapping"),
       "categories" , "tonemapping",
-      "reference-hash", "e855853316eca0e65b17bb5667e8dcc1",
+      "reference-hash", "cd4aecc6eeb94085424c7adb6d43e92a",
       "description",
         _("Adapt an image, which may have a high dynamic range, for "
           "presentation using a low dynamic range. This operator constrains "
diff --git a/operations/common/mirrors.c b/operations/common/mirrors.c
index bd91526..c22e689 100644
--- a/operations/common/mirrors.c
+++ b/operations/common/mirrors.c
@@ -430,7 +430,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",               "gegl:mirrors",
     "title",              _("Kaleidoscopic Mirroring"),
     "position-dependent", "true",
-    "reference-hash",     "2682c5238c3f8051105bac8a22ff3e6d",
+    "reference-hash",     "34196267740ed972fd1e4d49f9560959",
     "categories",         "blur",
     "description",        _("Create a kaleidoscope like effect."),
     NULL);
diff --git a/operations/common/mono-mixer.c b/operations/common/mono-mixer.c
index fa54b35..7989382 100644
--- a/operations/common/mono-mixer.c
+++ b/operations/common/mono-mixer.c
@@ -113,7 +113,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",        "gegl:mono-mixer",
     "title",       _("Mono Mixer"),
     "categories",  "color",
-    "reference-hash", "a3137fe85bdfbef1dee30415fe7019df",
+    "reference-hash", "bda2471708bff38f7d7bc5e701ab5220",
     "description", _("Monochrome channel mixer"),
     "cl-source",   mono_mixer_cl_source,
     NULL);
diff --git a/operations/common/motion-blur-circular.c b/operations/common/motion-blur-circular.c
index 1130c43..f9b8f09 100644
--- a/operations/common/motion-blur-circular.c
+++ b/operations/common/motion-blur-circular.c
@@ -298,7 +298,7 @@ gegl_op_class_init (GeglOpClass *klass)
       "categories",         "blur",
       "position-dependent", "true",
       "license",            "GPL3+",
-      "reference-hash",     "87a8f9e39fbc2ded9efe0208da9d33e7",
+      "reference-hash",     "9e97c8cfb2a2df4b875602116b0be03d",
       "description", _("Circular motion blur"),
       NULL);
 }
diff --git a/operations/common/motion-blur-zoom.c b/operations/common/motion-blur-zoom.c
index 4ca0645..f44c1c4 100644
--- a/operations/common/motion-blur-zoom.c
+++ b/operations/common/motion-blur-zoom.c
@@ -243,7 +243,7 @@ gegl_op_class_init (GeglOpClass *klass)
       "categories",         "blur",
       "position-dependent", "true",
       "license",            "GPL3+",
-      "reference-hash",     "43404a80660830fc48a1acb14ddedae8",
+      "reference-hash",     "9708f693b8f9628f4e54bc2ebeae9926",
       "description", _("Zoom motion blur"),
       NULL);
 }
diff --git a/operations/common/noise-rgb.c b/operations/common/noise-rgb.c
index 86dfb63..773a43f 100644
--- a/operations/common/noise-rgb.c
+++ b/operations/common/noise-rgb.c
@@ -202,7 +202,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",           "gegl:noise-rgb",
     "title",          _("Add RGB Noise"),
     "categories",     "noise",
-    "reference-hash", "56672ab3d13034f09992e38ea6c887b2",
+    "reference-hash", "73de6bcb7675782a58c689e4a9d32a30",
     "description", _("Distort colors by random amounts"),
     NULL);
 }
diff --git a/operations/common/photocopy.c b/operations/common/photocopy.c
index 12b88db..e0033ce 100644
--- a/operations/common/photocopy.c
+++ b/operations/common/photocopy.c
@@ -326,7 +326,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "categories",    "artistic",
     "license",       "GPL3+",
     "title",         _("Photocopy"),
-    "reference-hash", "58637457f4319d848b9de0673e7c7b65",
+    "reference-hash", "cc015c712b0a9d9137fcea18065d65e7",
     "description", _("Simulate color distortion produced by a copy machine"),
     NULL);
 }
diff --git a/operations/common/plasma.c b/operations/common/plasma.c
index 9ab9d5a..bd19ea1 100644
--- a/operations/common/plasma.c
+++ b/operations/common/plasma.c
@@ -422,7 +422,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",              _("Plasma"),
     "categories",         "render",
     "position-dependent", "true",
-    "reference-hash",     "a9f5d7dd0b4826ba61a8fe59a1c0362c",
+    "reference-hash",     "37e9f230aeab22e16c3a6d82eb135380",
     "license",            "GPL3+",
     "description", _("Creates an image filled with a plasma effect."),
     NULL);
diff --git a/operations/common/polar-coordinates.c b/operations/common/polar-coordinates.c
index 3cb9d31..465f9b7 100644
--- a/operations/common/polar-coordinates.c
+++ b/operations/common/polar-coordinates.c
@@ -426,7 +426,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",              _("Polar Coordinates"),
     "categories",         "transform:map",
     "position-dependent", "true",
-    "reference-hash",     "88178136ea77391e8e74ceadb35f79f2",
+    "reference-hash",     "0134a2706e736d2594f4d6da8d4fd3cb",
     "license",            "GPL3+",
     "description", _("Convert image to or from polar coordinates"),
     NULL);
diff --git a/operations/common/sepia.c b/operations/common/sepia.c
index 33629ac..6099041 100644
--- a/operations/common/sepia.c
+++ b/operations/common/sepia.c
@@ -109,7 +109,7 @@ gegl_op_class_init (GeglOpClass *klass)
   gegl_operation_class_set_keys (operation_class,
     "name"       , "gegl:sepia",
     "title",       _("Sepia"),
-    "reference-hash", "4f034cf1170702416f2510f11c6278ea",
+    "reference-hash", "00425bea2740e987ae6e22b830489310",
     "categories" , "color",
     "description", _("Apply a sepia tone to the input image"),
     NULL);
diff --git a/operations/common/sinus.c b/operations/common/sinus.c
index aea84e3..92a8468 100644
--- a/operations/common/sinus.c
+++ b/operations/common/sinus.c
@@ -318,7 +318,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",              _("Sinus"),
     "categories",         "render",
     "position-dependent", "true",
-    "reference-hash",     "2b8f1c94ec19ad23f5ff3253647e759e",
+    "reference-hash",     "29cba0927c46bb245b42b2941708541d",
     "license",            "GPL3+",
     "description",        _("Generate complex sinusoidal textures"),
     NULL);
diff --git a/operations/common/tile-seamless.c b/operations/common/tile-seamless.c
index 951967e..626162d 100644
--- a/operations/common/tile-seamless.c
+++ b/operations/common/tile-seamless.c
@@ -164,7 +164,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",              "gegl:tile-seamless",
     "title",             _("Make Seamlessly tileable"),
     "categories",        "tile",
-    "reference-hash",     "0de65076b0cce8903cff4070f8cc746d",
+    "reference-hash",     "3c6c4d8ad2c7cfd8496929ed255d56e2",
     "position-dependent", "true",
     "description", _("Make the input buffer seamlessly tileable."
                      " The algorithm is not content-aware,"
diff --git a/operations/common/value-propagate.c b/operations/common/value-propagate.c
index 6a3f8f6..82d8cd1 100644
--- a/operations/common/value-propagate.c
+++ b/operations/common/value-propagate.c
@@ -637,7 +637,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",        "gegl:value-propagate",
     "title",       _("Value Propagate"),
     "categories",  "distort",
-    "reference-hash", "adc23af277b891a5dc2db021303b2f96",
+    "reference-hash", "0bce414c416e2d705d0b9ecd8333d93b",
     "license",     "GPL3+",
     "description", _("Propagate certain colors to neighboring pixels."),
     NULL);
diff --git a/operations/common/vignette.c b/operations/common/vignette.c
index 71a2d88..d7f629b 100644
--- a/operations/common/vignette.c
+++ b/operations/common/vignette.c
@@ -382,7 +382,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",              _("Vignette"),
     "position-dependent", "true",
     "categories",         "render:photo",
-    "reference-hash",     "6a5eb5e67c8e3db8be0d187764637485",
+    "reference-hash",     "00425bea2740e987ae6e22b830489310",
     "description", _("Applies a vignette to an image. Simulates the luminance "
                      "fall off at the edge of exposed film, and some other "
                      "fuzzier border effects that can naturally occur with "
diff --git a/operations/common/watershed-transform.c b/operations/common/watershed-transform.c
index fb724cf..230eb2b 100644
--- a/operations/common/watershed-transform.c
+++ b/operations/common/watershed-transform.c
@@ -382,7 +382,7 @@ gegl_op_class_init (GeglOpClass *klass)
   gegl_operation_class_set_keys (operation_class,
     "name",        "gegl:watershed-transform",
     "title",       _("Watershed Transform"),
-    "reference-hash", "6f1ee8b1802e1f5bf4225884800b55a2",
+    "reference-hash", "43ddd80572ab34095298ac7c36368b0c",
     "categories",  "hidden",
     "description", _("Labels propagation by watershed transformation"),
     NULL);
diff --git a/operations/common/wavelet-blur.c b/operations/common/wavelet-blur.c
index abe74b6..1743a14 100644
--- a/operations/common/wavelet-blur.c
+++ b/operations/common/wavelet-blur.c
@@ -281,7 +281,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",       _("Wavelet Blur"),
 //    "license",     "LGPL3+",
     "categories",  "blur",
-    "reference-hash", "06a5ecd4efcb41ca2b4a3dae80bacd1c",
+    "reference-hash", "ae56a8da120f29554bafa08789aa37b6",
     "description", _("This blur is used for the wavelet decomposition filter, each pixel is computed from 
another by the HAT transform"),
     NULL);
 }
diff --git a/operations/common/whirl-pinch.c b/operations/common/whirl-pinch.c
index 30cb8ee..e353f40 100644
--- a/operations/common/whirl-pinch.c
+++ b/operations/common/whirl-pinch.c
@@ -276,7 +276,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "categories",         "distort:map",
     "license",            "GPL3+",
     "position-dependent", "true",
-    "reference-hash",     "7df9137cac1415ca39cc3a5cb31abf9c",
+    "reference-hash",     "2a17621265635228f16c1cd28801c4c8",
     "description", _("Distort an image by whirling and pinching"),
     NULL);
 }
diff --git a/operations/external/text.c b/operations/external/text.c
index 05da4b7..b311362 100644
--- a/operations/external/text.c
+++ b/operations/external/text.c
@@ -342,7 +342,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "reference-composition", composition,
     "title",        _("Render Text"),
     "name",         "gegl:text",
-    "reference-hash", "55c741519149f1a38d47d5f90e44cac6",
+    "reference-hash", "9a18672b0e75e01507dd0ec35bb46298",
     "categories",   "render",
     "description",  _("Display a string of text using pango and cairo."),
     NULL);


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