FormidableLabs / victory-cli

A tool for generating charts on the command line.
MIT License
310 stars 13 forks source link

Cannot generate png on MacOS #2

Open iamdoron opened 7 years ago

iamdoron commented 7 years ago

Hi,

when running

$ victory-cli -c line -f png > test.png

I get the following error:

Assertion failed: (!scaled_font->cache_frozen), function _cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, line 459.

I can use rsvg-convert as a workaround:

$ victory-cli -c line -f svg | rsvg-convert > line.png
iamdoron commented 7 years ago

I opened an issue in https://github.com/2gis/node-rsvg/issues/10