add imgs/polygons/2.png
parent
29e3990ffd
commit
bf5a9679a8
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -24,6 +24,7 @@ fn polygon(corners_number: u32, steps_count: u32, output_path: &'static str) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
polygon(2, 11, "imgs/polygons/2.png");
|
||||||
polygon(3, 11, "imgs/polygons/3.png");
|
polygon(3, 11, "imgs/polygons/3.png");
|
||||||
polygon(4, 9, "imgs/polygons/4.png");
|
polygon(4, 9, "imgs/polygons/4.png");
|
||||||
polygon(5, 7, "imgs/polygons/5.png");
|
polygon(5, 7, "imgs/polygons/5.png");
|
||||||
|
|
Loading…
Reference in New Issue