Skip to content

Commit

Permalink
📝 Remove enormous padding on example
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed May 5, 2024
1 parent ad4a18d commit 91be871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/examples.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub fn dna_analysis_machine() -> Canvas {
cyan: "#4fecec".into(),
};

canvas.canvas_outter_padding = 900;
canvas.set_grid_size(16, 9);
canvas.set_background(Color::Black);
let mut hatches_layer = Layer::new("hatches");
Expand Down

0 comments on commit 91be871

Please sign in to comment.