Fix interactions issues.

This commit is contained in:
Andrey Antukh 2017-01-07 23:04:59 +01:00
parent 20e7afeee5
commit 80ebc17a26
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
7 changed files with 36 additions and 31 deletions

View file

@ -51,7 +51,8 @@
xfmt (cond-> (gmt/matrix)
(pos? rotation) (rotate shape))
props {:x x1 :y y1 :id id
props {:x x1 :y y1
:id (str "shape-" id)
:width width
:height height
:transform (str xfmt)}