mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 11:18:33 +02:00
♻️ Remove ?
char from shape attrs
This commit is contained in:
parent
405aa66357
commit
6e7595f48c
36 changed files with 203 additions and 168 deletions
|
@ -37,7 +37,7 @@
|
|||
:path i/curve
|
||||
:rect i/box
|
||||
:text i/text
|
||||
:group (if (:masked-group? shape)
|
||||
:group (if (:masked-group shape)
|
||||
i/mask
|
||||
i/folder)
|
||||
:bool (case (:bool-type shape)
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
;; TODO: GRID ICON
|
||||
|
||||
:else
|
||||
i/board-refactor)
|
||||
i/board-refactor)
|
||||
;; TODO -> THUMBNAIL ICON
|
||||
:image i/img-refactor
|
||||
:line i/path-refactor
|
||||
|
@ -37,7 +37,7 @@
|
|||
:path i/path-refactor
|
||||
:rect i/rectangle-refactor
|
||||
:text i/text-refactor
|
||||
:group (if (:masked-group? shape)
|
||||
:group (if (:masked-group shape)
|
||||
i/mask-refactor
|
||||
i/group-refactor)
|
||||
:bool (case (:bool-type shape)
|
||||
|
@ -60,4 +60,4 @@
|
|||
:text i/text-refactor
|
||||
:mask i/mask-refactor
|
||||
:group i/group-refactor
|
||||
nil)))
|
||||
nil)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue