vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
89 stars 9 forks source link

Handle resvg panic more gracefully #75

Closed jonmmease closed 1 year ago

jonmmease commented 1 year ago

Motivated by #74, avoid poisoning mutexes if usvg or resvg panics. This doesn't fix #74, but it improves the situation where a panic from resvg breaks vl-convert until the kernel is restarted.