Render stroke properties.

This commit is contained in:
Andrey Antukh 2016-01-21 00:12:54 +02:00
parent d5e636f696
commit fbefa65644

View File

@ -14,7 +14,7 @@
(defn- extract-attrs
"Extract predefinet attrs from shapes."
[shape]
(select-keys shape [:fill :opacity]))
(select-keys shape [:fill :opacity :stroke :stroke-opacity :stroke-width]))
(defn- make-debug-attrs
[shape]