From 7214ada78f570f7897d33446e280086640666a14 Mon Sep 17 00:00:00 2001 From: Pushkar Joshi Date: Wed, 13 Jun 2012 13:31:34 -0700 Subject: fix bug #1704 where small paths/strokes with large stroke width caused a flip of the gradient colors --- js/lib/geom/brush-stroke.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/lib/geom/brush-stroke.js') diff --git a/js/lib/geom/brush-stroke.js b/js/lib/geom/brush-stroke.js index b69139b6..c9224fde 100755 --- a/js/lib/geom/brush-stroke.js +++ b/js/lib/geom/brush-stroke.js @@ -665,6 +665,7 @@ BrushStroke.prototype.buildColor = function(ctx, //the 2D rendering con if (ipColor.gradientMode){ var position, gradient, cs, inset; //vars used in gradient calculations inset = Math.ceil( lw ) - 0.5; + inset = 0; if(ipColor.gradientMode === "radial") { var ww = w - 2*lw, hh = h - 2*lw; -- cgit v1.2.3