Skip to content

Commit

Permalink
add a little margin around existing circles
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Jul 19, 2024
1 parent b611cde commit 63e780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/ring_impressions.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
segment))
xs)
(not-any? (fn [circle]
(when-let [isec (isec/circle-ray circle p q) ]
(when-let [isec (isec/circle-ray (g/scale-size circle 1.1) p q)]
(when (= :impale (:type isec))
circle)))
circles))
Expand Down

0 comments on commit 63e780d

Please sign in to comment.