jonmmease / avenger

Experimental Vega visualization renderer in Rust using wgpu
BSD 3-Clause "New" or "Revised" License
25 stars 1 forks source link

Skip text and rule instances that have null color #57

Closed jonmmease closed 9 months ago

jonmmease commented 9 months ago

Closes https://github.com/jonmmease/avenger/issues/47

When the stroke/fill color of text and rule mark instances is set to the literal null, the instance should not be drawn.