mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
canvas: NOOP fix comment about docs on single pixel lines
This commit is contained in:
parent
bc78694a1a
commit
5fa5c5d202
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ LineSet::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
|
||||||
/* Not 100% sure that the computation of the invariant
|
/* Not 100% sure that the computation of the invariant
|
||||||
* positions (y and x) below work correctly if the line width
|
* positions (y and x) below work correctly if the line width
|
||||||
* is not 1.0, but visual inspection suggests it is OK.
|
* 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) {
|
if (_orientation == Horizontal) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue