Skip to content

Commit 09a92fb

Browse files
committed
white
1 parent 7e0c621 commit 09a92fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drawing/coloring/nodes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,4 @@ func (n BlackNode) Color(out *nodes.StructOutput[Color]) { out.Set(Color{0, 0, 0
276276

277277
type WhiteNode struct{}
278278

279-
func (n WhiteNode) Color(out *nodes.StructOutput[Color]) { out.Set(Color{0, 0, 0, 1}) }
279+
func (n WhiteNode) Color(out *nodes.StructOutput[Color]) { out.Set(Color{1, 1, 1, 1}) }

0 commit comments

Comments
 (0)