Skip to content

Commit

Permalink
the center point problem is mostly fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Jul 15, 2024
1 parent 59ccabc commit 2d804b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shimmers/sketches/ring_impressions.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
(defn shapes []
(let [bounds (csvg/screen width height)
{:keys [circles lines]} (gen-circles bounds)]
;; TODO: fix the center point so it's displaced correctly
(concat (mapcat second lines)
(mapcat (fn [circle]
(tree-rings circle (exits circle (map first lines))))
Expand Down

0 comments on commit 2d804b5

Please sign in to comment.