BachiLi / diffvg

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

Fix single circle app #1

Closed mworchel closed 4 years ago

mworchel commented 4 years ago

Hi @BachiLi,

again an awesome project! There's a small typo in the single circle app that causes a crash (background_image argument is missing on the last render call).

BachiLi commented 4 years ago

Thanks!

mworchel commented 4 years ago

I didn't look into all apps, but the typo seems to be present in some others as well (e. g. https://github.com/BachiLi/diffvg/blob/master/apps/shared_edge_compare.py#L110-L116).