Trisurf Monte Carlo simulator
Samo Penic
2014-06-13 5b9ee8bd462b8be998c011f2d0be594fc6f7bf06
Cahnged capping on the end of the line
1 files modified
1 ■■■■ changed files
src/cross-section.c 1 ●●●● patch | view | raw | blame | history
src/cross-section.c
@@ -88,6 +88,7 @@
    cairo_set_source_rgb(cr, 0.3, 0.3, 0.3);
    cairo_fill(cr);
    cairo_set_line_width (cr, 5.0/30.0);
    cairo_set_line_cap(cr, CAIRO_LINE_CAP_ROUND);
    cairo_translate(cr, 900,900);
    cairo_scale (cr, 30, 30);
    cairo_set_source_rgb (cr, 1.0, 1.0, 1.0);