Jeftaei / draw

0 stars 0 forks source link

Change get_cell_neighbors to produce a circle instead of a square #2

Closed Jeftaei closed 3 months ago

Jeftaei commented 3 months ago

https://github.com/Jeftaei/draw/blob/c165712f09341e75c376906786dc3bc68318b734/src/modules/canvas.rs#L78C1-L103C6

the commented section produces a 3x3 square around the center pixel at 1 brush_size

i think having it expand as a circle with brush_size would be nicer, something like this Code_LYNhvwvkxo

Jeftaei commented 3 months ago

fixed with 0995cd3