|
|
|
@ -225,7 +225,7 @@ fn run() -> Result<(), std::io::Error> { |
|
|
|
stroke_color: Some(Color::Black), |
|
|
|
stroke_color: Some(Color::Black), |
|
|
|
stroke_width: 0u8, // Has no effect on fonts
|
|
|
|
stroke_width: 0u8, // Has no effect on fonts
|
|
|
|
}) |
|
|
|
}) |
|
|
|
.translate(Coord::new(5 + i*10, 50)) |
|
|
|
.translate(Coord::new(5 + i*12, 50)) |
|
|
|
.into_iter(), |
|
|
|
.into_iter(), |
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
|