Skip to content

Instantly share code, notes, and snippets.

@gtuckerkellogg
Created November 15, 2016 23:13
Show Gist options
  • Save gtuckerkellogg/d884d16660be367893a6c3d4356452a4 to your computer and use it in GitHub Desktop.
Save gtuckerkellogg/d884d16660be367893a6c3d4356452a4 to your computer and use it in GitHub Desktop.
(defn svg-cell [] [:rect {:x 20 :y 20 :width 50 :height 40 :fill "black"}]
#_[:g
[:text {:text-anchor "middle" :alignment-baseline "middle"
:x 25 :y 20 :font-size 20 :font-family "Verdana" :fill
"black" } "fo"]
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment