13
0

canvas: NOOP fix comment about docs on single pixel lines

This commit is contained in:
Paul Davis 2023-09-25 19:52:10 -06:00
parent bc78694a1a
commit 5fa5c5d202

View File

@ -128,7 +128,7 @@ LineSet::render (Rect const & area, Cairo::RefPtr<Cairo::Context> 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) {