BachiLi / diffvg

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

Fix bug in SVG export caused by missing string conversions #34

Closed robinsloan closed 3 years ago

robinsloan commented 3 years ago

This PR implements @fjenett's fix for a simple SVG export bug, mentioned in this issue, by wrapping a few values in str() that weren't previously.