You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to create an svg image with wordcloud_cli, which is currently not possible.
Steps/Code to Reproduce
--imagefile only references PNG image:
❯ wordcloud_cli --help | grep imagefile
[--imagefile file] [--fontfile path] [--mask file]
--imagefile file file the completed PNG image should be written to
Expected Results
wordcloud_cli should produce images based on the file extension. i.e. if I use --imagefile img.svg, a SVG should get produced.
Description
I'd like to create an svg image with wordcloud_cli, which is currently not possible.
Steps/Code to Reproduce
--imagefile
only references PNG image:Expected Results
wordcloud_cli should produce images based on the file extension. i.e. if I use
--imagefile img.svg
, a SVG should get produced.Actual Results
Versions
(I cloned main as of today)
The text was updated successfully, but these errors were encountered: