Skip to content

Commit

Permalink
Update cpu_template.lua
Browse files Browse the repository at this point in the history
Change CPU bins to CAIRO_LINE_JOIN_MITER
  • Loading branch information
xexpanderx authored Mar 17, 2020
1 parent c1db3bd commit 3f32063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cpu_template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function draw_cpu(cr, w, h)
cairo_stroke(cr)
--Top pins
cairo_set_line_width(cr, 2)
cairo_set_line_cap (cr, CAIRO_LINE_CAP_ROUND);
cairo_set_line_join (cr, CAIRO_LINE_JOIN_MITER);
cairo_move_to(cr,c2_x+5,c2_y-5)
cairo_rel_line_to(cr,0,-5)
cairo_close_path(cr)
Expand Down

0 comments on commit 3f32063

Please sign in to comment.