0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-04 11:01:20 -05:00

Add basic element options for path shapes.

This commit is contained in:
Andrey Antukh 2016-08-12 21:09:35 +03:00
parent c52755b329
commit 9aae0f0ce3
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 3 additions and 1 deletions

View file

@ -53,7 +53,8 @@
:stroke-type :solid
:stroke "#000000"
:stroke-width 2
:fill "transparent"
:fill "#000000"
:fill-opacity 0
;; :close? true
:points []})

View file

@ -39,6 +39,7 @@
{:icon [:menu/icon-measures :menu/fill :menu/stroke :menu/interactions]
:rect [:menu/rect-measures :menu/fill :menu/stroke :menu/interactions]
:line [:menu/line-measures :menu/stroke :menu/interactions]
:path [:menu/fill :menu/stroke :menu/interactions]
:circle [:menu/circle-measures :menu/fill :menu/stroke :menu/interactions]
:text [:menu/fill :menu/text :menu/interactions]
:group []})