mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 07:48:21 +02:00
🐛 Fix several questions about frame background export
This commit is contained in:
parent
f754c12e8c
commit
36bb5cbe01
9 changed files with 50 additions and 16 deletions
|
@ -20,7 +20,7 @@
|
|||
:fill-color-gradient :fill-group
|
||||
:fill-color-ref-file :fill-group
|
||||
:fill-color-ref-id :fill-group
|
||||
:show-fill-on-export? :fill-group
|
||||
:hide-fill-on-export :fill-group
|
||||
:content :content-group
|
||||
:hidden :visibility-group
|
||||
:blocked :modifiable-group
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
:fill-color clr/white
|
||||
:fill-opacity 1
|
||||
:shapes []
|
||||
:show-fill-on-export? true})
|
||||
:hide-fill-on-export false})
|
||||
|
||||
(def ^:private minimal-shapes
|
||||
[{:type :rect
|
||||
|
|
|
@ -180,6 +180,7 @@
|
|||
(s/def :internal.shape/fill-color-gradient (s/nilable ::gradient))
|
||||
(s/def :internal.shape/fill-color-ref-file (s/nilable uuid?))
|
||||
(s/def :internal.shape/fill-color-ref-id (s/nilable uuid?))
|
||||
(s/def :internal.shape/hide-fill-on-export boolean?)
|
||||
|
||||
(s/def :internal.shape/font-family string?)
|
||||
(s/def :internal.shape/font-size ::us/safe-integer)
|
||||
|
@ -286,6 +287,7 @@
|
|||
:internal.shape/fill-color-gradient
|
||||
:internal.shape/fill-color-ref-file
|
||||
:internal.shape/fill-color-ref-id
|
||||
:internal.shape/hide-fill-on-export ;; only for frames
|
||||
:internal.shape/font-family
|
||||
:internal.shape/font-size
|
||||
:internal.shape/font-style
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue