From 72a3dfa572f991ca0b13e1b72035808f6c545c83 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Wed, 18 May 2011 20:11:59 +0200 Subject: [PATCH] Path_Bounds.js test: remove unnecessary code. --- test/tests/Path_Bounds.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/tests/Path_Bounds.js b/test/tests/Path_Bounds.js index c0edb080..fd35eba1 100644 --- a/test/tests/Path_Bounds.js +++ b/test/tests/Path_Bounds.js @@ -41,7 +41,5 @@ test('path.strokeBounds on path without stroke', function() { new Segment(new Point(248, 320), new Point(-42, -74), new Point(42, 74)), new Segment(new Point(205, 420.94482421875), new Point(66.7890625, -12.72802734375), new Point(-79, 15.05517578125)) ]); - // Test both closed and open paths, as the bounds for them differ - path.closed = false; compareRectangles(path.strokeBounds, { x: 121, y: 275.06796, width: 149.49304, height: 145.87686 }); }); \ No newline at end of file