Tagged Questions
3
votes
3answers
81 views
Constant canvas size vs. Resizable canvas
When developing a graphical editor there are two options when creating a canvas:
a canvas that has a constant size
a canvas that can be re-sized by adding figures at the edge of the canvas, or by ...