Trying to get this wordcloud example working: https://vega.github.io/vega/examples/word-cloud/ ```clojure applied-science.darkstar> (->> (slurp "wordcloud.json") vega-spec->svg (spit "wordcloud.svg")) ERROR TypeError: Cannot set property 'height' of null nil ``` That error isn't propagated to the repl; it is just printed.