Skip to content

Commit

Permalink
Thicker outlines, spacier stripes
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanjbrown committed Aug 7, 2023
1 parent 20e391d commit 60e0efa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/djb/set/graphics.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
[:pattern
{:id (str (name colour) "-lines")
:patternTransform "rotate(90 2 2)",
:height "2.5",
:height "5",
:width "4",
:patternUnits "userSpaceOnUse"}
[:path {:stroke-width "2", :stroke colour, :d "M -0.5,0 L 4,0"}]]])
[:path {:stroke-width "3", :stroke colour, :d "M -1,-0.5 L 4,-0.5"}]]])

(defn shape [shape colour fill]
[:svg
Expand All @@ -32,5 +32,5 @@
:lines (str "url(#" (name colour) "-lines)")
:none "white")
:stroke colour
:stroke-width 2}]])
:stroke-width 3}]])

0 comments on commit 60e0efa

Please sign in to comment.