From 593a3e89da3d8eff78e61d4555c4654551c29d01 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Mon, 8 Nov 2010 11:40:07 -0800 Subject: [PATCH] Less blur --- src/CanvasRenderingContext2d.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CanvasRenderingContext2d.cc b/src/CanvasRenderingContext2d.cc index 527db5a..f755945 100644 --- a/src/CanvasRenderingContext2d.cc +++ b/src/CanvasRenderingContext2d.cc @@ -325,7 +325,7 @@ void Context2d::blur(cairo_surface_t *surface, int radius) { // Steve Hanov, 2009 // Released into the public domain. - + --radius; // get width, height int width = cairo_image_surface_get_width( surface ); int height = cairo_image_surface_get_height( surface );