From 18117d891a79ebdd470cf4e09c829b01008ba515 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Tue, 11 Jun 2013 16:29:42 -0400 Subject: [PATCH] Add comment to resize test case as a follow on to pull request 260. --- auto_tests/tests/resize.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto_tests/tests/resize.js b/auto_tests/tests/resize.js index 4762892..3ce99ad 100644 --- a/auto_tests/tests/resize.js +++ b/auto_tests/tests/resize.js @@ -83,6 +83,8 @@ ResizeTestCase.prototype.testHiddenDivWithResize = function() { div.style.width = '400px'; div.style.height = '300px'; + // Setting strokeWidth 3 removes any ambiguitiy from the pixel sampling + // request, below. var g = new Dygraph(div, ResizeTestCase.data, {strokeWidth: 3}); div.style.display = ''; -- 2.7.4