mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix problem when exporting texts with gradients or opacity
This commit is contained in:
parent
bce0e9194c
commit
214c64c49e
7 changed files with 271 additions and 62 deletions
|
@ -11,6 +11,10 @@
|
|||
(def render-ctx (mf/create-context nil))
|
||||
(def def-ctx (mf/create-context false))
|
||||
|
||||
;; This content is used to replace complex colors to simple ones
|
||||
;; for text shapes in the export process
|
||||
(def text-plain-colors-ctx (mf/create-context false))
|
||||
|
||||
(def current-route (mf/create-context nil))
|
||||
(def current-team-id (mf/create-context nil))
|
||||
(def current-project-id (mf/create-context nil))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue