Skip to content

Commit

Permalink
Rename to sunflower-path
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Oct 1, 2024
1 parent 43dff58 commit ae28912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/shimmers/sketches.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
shimmers.sketches.subliminal
shimmers.sketches.substrate
shimmers.sketches.sunflower
shimmers.sketches.sunflower-points
shimmers.sketches.sunflower-path
shimmers.sketches.superposition
shimmers.sketches.superposition-mirrored
shimmers.sketches.terrain-grid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns shimmers.sketches.sunflower-points
(ns shimmers.sketches.sunflower-path
(:require
[clojure.math :as math]
[shimmers.common.svg :as csvg :include-macros true]
Expand Down Expand Up @@ -33,9 +33,9 @@
:stroke "black"
:fill "white"
:stroke-width 0.5}
(shapes {:points 256 :alpha 1.0})))
(shapes {:points 256 :alpha 1.0})))

(sketch/definition sunflower-points
(sketch/definition sunflower-path
{:created-at "2024-09-30"
:tags #{}
:type :svg}
Expand Down

0 comments on commit ae28912

Please sign in to comment.