BachiLi / diffvg

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

Fix missing background_image argument #5

Closed oeway closed 4 years ago

oeway commented 4 years ago

This PR fixes missing background_image argument of the render function in many of the example scripts (along with a few other minor error).

BachiLi commented 4 years ago

Awesome. Thanks!