Created
November 15, 2016 23:13
-
-
Save gtuckerkellogg/d884d16660be367893a6c3d4356452a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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