🐛 Fix several questions about frame background export

This commit is contained in:
Andrés Moya 2022-01-18 16:13:26 +01:00 committed by Andrey Antukh
parent f754c12e8c
commit 36bb5cbe01
9 changed files with 50 additions and 16 deletions

View file

@ -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

View file

@ -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

View file

@ -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