Fork me on GitHub
#quil
<
2019-07-30
>
Jakub Holý (HolyJak)11:07:43

In Clojure, changing :renderer to :svg from the default fails with > java.lang.RuntimeException: java.io.FileNotFoundException: /path/to/my-quil-project (Is a directory) Why? Is SVG supported in Clojure? Do I need to configure anything more? Thank you!

anthony-galea09:07:53

@U0522TWDA yes svg is supported, perhaps the example in this issue can help you out: https://github.com/quil/quil/issues/308. If it doesn’t, can you share a minimal example that reproduces your issue?

Jakub Holý (HolyJak)10:07:05

Thanks a lot! I guess I miss the output-file option.