From 5fa5c5d20218f0e83cdf759a53e19b202c05767e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 25 Sep 2023 19:52:10 -0600 Subject: [PATCH] canvas: NOOP fix comment about docs on single pixel lines --- libs/canvas/line_set.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/canvas/line_set.cc b/libs/canvas/line_set.cc index 3b847e39f9..2dcf464950 100644 --- a/libs/canvas/line_set.cc +++ b/libs/canvas/line_set.cc @@ -128,7 +128,7 @@ LineSet::render (Rect const & area, Cairo::RefPtr context) const /* Not 100% sure that the computation of the invariant * positions (y and x) below work correctly if the line width * is not 1.0, but visual inspection suggests it is OK. - * See Cairo FAQ on single pixel lines to understand why we add 0.5 + * See doc/cairo-single-pixel-lines lines to understand why we add 0.5 */ if (_orientation == Horizontal) {