jonmmease / avenger

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

Support clipping #49

Closed jonmmease closed 9 months ago

jonmmease commented 9 months ago

Need to add support for clipping marks to their parent group.

One geo example: https://altair-viz.github.io/gallery/wind_vector_map.html

baseline: visualization

avenger-png: download-3

jonmmease commented 9 months ago

Done in https://github.com/jonmmease/avenger/pull/52