We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0c621 commit 09a92fbCopy full SHA for 09a92fb
drawing/coloring/nodes.go
@@ -276,4 +276,4 @@ func (n BlackNode) Color(out *nodes.StructOutput[Color]) { out.Set(Color{0, 0, 0
276
277
type WhiteNode struct{}
278
279
-func (n WhiteNode) Color(out *nodes.StructOutput[Color]) { out.Set(Color{0, 0, 0, 1}) }
+func (n WhiteNode) Color(out *nodes.StructOutput[Color]) { out.Set(Color{1, 1, 1, 1}) }
0 commit comments