BachiLi / diffvg

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

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

Closed robinsloan closed 2 years ago

robinsloan commented 2 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.