Skip to content

Commit

Permalink
use same stroke-weight for connector
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Dec 16, 2024
1 parent 9b36c0c commit 59451bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/circuit_diagrams.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

(defn connector [face pt]
(vary-meta (gl/line2 (face-center face) pt)
assoc :stroke-width 1.25))
assoc :stroke-width 2.0))

(defn bar [pt r angle]
(vary-meta (gl/line2 (v/+polar pt r (- angle (* 0.25 eq/TAU)))
Expand Down

0 comments on commit 59451bf

Please sign in to comment.