Add new attributes

This commit is contained in:
Folkert Kevelam 2025-03-28 21:55:16 +01:00
parent 5186a84010
commit 8819987c5f

View File

@ -1,11 +1,12 @@
(def attr-map @{
:rankdir ["rankdir" false]
:newrank ["newrank" false]
:rank ["rank" false]
:label ["label" true]
:shape ["shape" false]
:group ["group" true]
:fillcolor ["fillcolor" false]
:style ["filled" true] })
:style ["style" true] })
(defn attr-to-string [attr attr-value]
(def name (get attr 0))