Skip to content

Commit

Permalink
Fixing black dotted line.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmadrid committed Jan 5, 2023
1 parent e3f4d7a commit f85f1dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/weekly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ fn render_weekly(_: &PdfDocumentReference, page_rect: &WRect) -> Result<Instruct
let text_height = ((rect.height() - 1.0.mm()) * 1.9).to_mm();
if row > 0 {
instructions.push_state();
instructions.set_stroke_color(Colors::gray(0.75));
instructions.set_dash(1, 1);
for i in 0..7 {
let l = small_grid_left + rect.height() * i;
Expand Down

0 comments on commit f85f1dc

Please sign in to comment.