diff --git a/sources/ronin.html b/sources/ronin.html
index c0425b7..58ea199 100644
--- a/sources/ronin.html
+++ b/sources/ronin.html
@@ -35,6 +35,7 @@
+
diff --git a/sources/scripts/filters/_saturation.js b/sources/scripts/filters/_saturation.js
deleted file mode 100644
index 63bcf11..0000000
--- a/sources/scripts/filters/_saturation.js
+++ /dev/null
@@ -1,15 +0,0 @@
-Filter.prototype.filter_saturation = function(pixels = this.pixels(),p = null)
-{
- var d = pixels.data;
- for (var i=0; i";
return html;
}
diff --git a/sources/scripts/modules/render.js b/sources/scripts/modules/render.js
index 014452d..b1f6f99 100644
--- a/sources/scripts/modules/render.js
+++ b/sources/scripts/modules/render.js
@@ -7,6 +7,7 @@ function Render(rune)
this.collection["rotate"] = new Filter_Rotate();
this.collection["balance"] = new Filter_Balance();
+ this.collection["saturation"] = new Filter_Saturation();
this.collection["stencil"] = new Filter_Stencil();
this.collection["invert"] = new Filter_Invert();
this.collection["chromatic"] = new Filter_Chromatic();