mirror of
https://github.com/penpot/penpot.git
synced 2025-06-21 11:57:35 +02:00
🐛 Fix strokes migration (#6632)
This commit is contained in:
parent
b7f97dbeea
commit
db84eb365b
1 changed files with 2 additions and 1 deletions
|
@ -1441,7 +1441,8 @@
|
|||
(-> stroke
|
||||
(select-keys cts/stroke-attrs)
|
||||
(d/update-when :stroke-color-gradient clear-color-gradient)
|
||||
(d/update-when :stroke-image clear-color-image)))
|
||||
(d/update-when :stroke-image clear-color-image)
|
||||
(d/update-when :stroke-style #(if (#{:svg :none} %) :solid %))))
|
||||
|
||||
(fix-strokes [strokes]
|
||||
(->> (map clear-stroke strokes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue