GraphiteEditor / Graphite

2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.
https://graphite.rs
Apache License 2.0
7.29k stars 385 forks source link

Add grid color customization and choice to display as dots #1743

Closed adamgerhant closed 1 month ago

adamgerhant commented 1 month ago

Closes #1704, closes #1703

Adds a dot type grid option to create a pixel aligned dot grid. Snapping and spacing is the same as the rectangular grid.

Changes:

Note: blocked by https://github.com/GraphiteEditor/Graphite/issues/1710 since initial color is not correct. Initial color starts at #999999 instead of #cccccc. An easy fix could be to replace the hex constant with a Color.

chrome_4ItMjh63Mi

Keavon commented 1 month ago

Please add dotted isometric grid visualization and then we are good to merge.