Often a drawing is too rough and I find that I want smaller triangles for adding finer details. Currently the user will have to redraw everything all over. This is annoying.
Make a button for doing a "Subdivide" operation:
In the "By 2" case, then 1 triangle gets subdivided into 4 triangles.
In the "By 3" case, then 1 triangle gets subdivided into 9 triangles.
In the "By 5" case, then 1 triangle gets subdivided into 25 triangles.
The overflow gets discarded, so that the canvas size stays the same.
Often a drawing is too rough and I find that I want smaller triangles for adding finer details. Currently the user will have to redraw everything all over. This is annoying.
Make a button for doing a "Subdivide" operation:
The overflow gets discarded, so that the canvas size stays the same.