genmeblog opened this issue 3 years ago · 0 comments
In the following example clj-kondo reports unued orient binding
orient
(defn apply-body [canv orient f] (c2d/with-oriented-canvas orient [c (:canvas canv)] (c2d/translate c (:shift canv)) (f c)))