mreinstein / cobalt

WebGpu 2D renderer
MIT License
6 stars 0 forks source link

can't fill primitives as blue #13

Open mreinstein opened 4 months ago

mreinstein commented 4 months ago

doesn't seem to work, e.g.,

pNode.filledBox([ 240, 170 ], 480, 340, [ 0.0, 0.0, 1.0, 1.0 ])

all the other colors work. why not blue??