commit | b5c93ce3c63af4c4130d5b55a0f16cd022014e57 | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Wed Oct 01 01:21:54 2008 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Wed Oct 01 01:21:54 2008 +0000 |
tree | 180f15bc43f623de8328aa941edbac6aa7b4b127 | |
parent | 8d9b44ddb371846d458cef241c35ea5c196a5424 [diff] [blame] |
removed an errant tab
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index c734c30..6b1e7e7 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php
@@ -943,7 +943,7 @@ { @imagealphablending($src_img, TRUE); } - + // Set RGB values for text and shadow $rgba = imagecolorat($wm_img, $this->wm_x_transp, $this->wm_y_transp); $alpha = ($rgba & 0x7F000000) >> 24;