Closed mworchel closed 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).
background_image
render
Thanks!
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).
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 lastrender
call).