mirror of
https://github.com/penpot/penpot.git
synced 2026-03-26 21:31:24 +01:00
🐛 Fix several questions about frame background export
This commit is contained in:
committed by
Andrey Antukh
parent
f754c12e8c
commit
36bb5cbe01
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user