maoschanz / drawing

Simple image editor for Linux
https://maoschanz.github.io/drawing/
GNU General Public License v3.0
783 stars 100 forks source link

Grid #437

Open vanillajonathan opened 3 years ago

vanillajonathan commented 3 years ago

Requested feature

A grid overlay over the canvas.

Possible drawbacks

Every additional feature makes the app more complex raises the learning curve.

Possible alternatives

None.

Use case

It would make it easier to draw things of equal length, and draw perpendicular lines.

maoschanz commented 3 years ago

Concerning perpendicular lines, this option already exists Capture d’écran de 2021-10-31 17-06-12

When i'll do such a grid it will be an option

vanillajonathan commented 3 years ago

With a grid option, there could also be a "snap to grid" option, so it would be easy to draw from 10, 10 to 90, 90 without accidentally drawing from 8, 9 to 91, 92 or such.