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

* dot grid

* fix warning: unreachable pattern

* grid color select

* add color for all grid types

* Dot grid checkbox and remove prefixed Color functions

* Display dot grid as grid aligned pixels

* Dashed line comment

* Code review and UI design widget placement updates

* Isometric dotted grid

* Early return when cos = 0

* Add spacing, x offset, and color to dot grids

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
adamgerhant
2024-05-08 14:36:15 -07:00
committed by GitHub
parent 1bfbe306be
commit bc33eabc3c
9 changed files with 255 additions and 33 deletions

1
Cargo.lock generated
View File

@@ -2376,6 +2376,7 @@ dependencies = [
"graphite-proc-macros",
"image 0.24.9",
"interpreted-executor",
"js-sys",
"log",
"num_enum 0.6.1",
"once_cell",