Skip to content

Commit

Permalink
remove workaround after chrome update
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Aug 3, 2024
1 parent eced747 commit 7484695
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/shimmers/sketches/circular_repetition.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
(q/color-mode :hsl 1.0)
(q/ellipse-mode :radius)
(q/stroke-weight 0.25)
;; pseudo work-around as chrome is not drawing p3d lines since update sometime
;; in june 2024?
(q/stroke 0.0)
(q/fill 0.5 0.05)
(let [params
{:weights (repeatedly 3 #(dr/random -1.0 1.0))
:osc (repeatedly 3 #(dr/random -0.5 0.5))
Expand Down

0 comments on commit 7484695

Please sign in to comment.