Clojure2D/clojure2d

parallel drawing

tsulej opened this issue · 0 comments

Parallel drawing fails. Main reason is usaga Line2D objects as singletons.
Have to create custom type Canvas and hide them there.