chiark / gitweb /
tracks: Scale thickness of "no track here" crosses
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 28 Sep 2017 23:15:28 +0000 (00:15 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Sep 2017 12:59:27 +0000 (13:59 +0100)
commit9da03a5df91a99853e84298cfe8f7a2e067732f2
tree57bbd3faa82f8398454aa13bfe04f2ed60b9f7b6
parentb5a5298a9d30720d2c8ffd7453d460791d19071d
tracks: Scale thickness of "no track here" crosses

Simply replace the calls to draw_line with calls to draw_thick_line.

We need to choose a thickness parameter.  The preferred tile size is
30, and the "draw_line" function draws a 1-pixel line, so the
thickness right now is 1/30 the tile size, at the preferred size.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tracks.c