Add new attributes
This commit is contained in:
parent
5186a84010
commit
8819987c5f
|
|
@ -1,11 +1,12 @@
|
||||||
(def attr-map @{
|
(def attr-map @{
|
||||||
:rankdir ["rankdir" false]
|
:rankdir ["rankdir" false]
|
||||||
:newrank ["newrank" false]
|
:newrank ["newrank" false]
|
||||||
|
:rank ["rank" false]
|
||||||
:label ["label" true]
|
:label ["label" true]
|
||||||
:shape ["shape" false]
|
:shape ["shape" false]
|
||||||
:group ["group" true]
|
:group ["group" true]
|
||||||
:fillcolor ["fillcolor" false]
|
:fillcolor ["fillcolor" false]
|
||||||
:style ["filled" true] })
|
:style ["style" true] })
|
||||||
|
|
||||||
(defn attr-to-string [attr attr-value]
|
(defn attr-to-string [attr attr-value]
|
||||||
(def name (get attr 0))
|
(def name (get attr 0))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user