BachiLi / diffvg

Differentiable Vector Graphics Rasterization
https://people.csail.mit.edu/tzumao/diffvg/
Apache License 2.0
923 stars 155 forks source link

Render in batch #17

Open sunshineatnoon opened 3 years ago

sunshineatnoon commented 3 years ago

Hi! Thanks for open-sourcing this awesome work. I have one question about the differentiable renderer, if I have a batch of SVG parameters with the same dimension, can I render them in batch instead of using for loop? Thanks!

ennauata commented 2 years ago

Same question here :)