mirror of
https://github.com/penpot/penpot.git
synced 2026-03-19 08:53:39 +00:00
🐛 Fix problem with stroke in multi-paragraph texts
This commit is contained in:
committed by
Andrey Antukh
parent
54db163cd8
commit
58f9b2a4e8
@@ -97,7 +97,10 @@
|
||||
(obj/set! "fill" (str "url(#fill-" index "-" render-id ")")))}
|
||||
(cond-> browser-props
|
||||
(obj/merge! browser-props)))
|
||||
shape (assoc shape :fills (:fills data))]
|
||||
shape (assoc shape :fills (:fills data))
|
||||
|
||||
;; Need to create new render-id per text-block
|
||||
render-id (dm/str render-id "-" index)]
|
||||
|
||||
[:& (mf/provider muc/render-id) {:key index :value render-id}
|
||||
[:& shape-custom-strokes {:shape shape :position index :render-id render-id}
|
||||
|
||||
Reference in New Issue
Block a user