Index: uspace/lib/softrend/filter.c
===================================================================
--- uspace/lib/softrend/filter.c	(revision 7dba813edf9ca94fe86972cf728c299ee15088c8)
+++ uspace/lib/softrend/filter.c	(revision e1c6d5dfb8468c498db7202bf029bc2e762edd18)
@@ -44,6 +44,4 @@
 		_x %= pixmap->width;
 		_y %= pixmap->height;
-	} else if (_x < 0 || _x >= (long) pixmap->width || _y < 0 || _y >= (long) pixmap->height) {
-		return 0;
 	}
 
