mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 16:39:49 -05:00
🐛 Fix problem with multi-line text and strokes
This commit is contained in:
parent
5b37c11221
commit
66f7d35510
1 changed files with 3 additions and 2 deletions
|
@ -89,5 +89,6 @@
|
||||||
(obj/set! "fill" (str "url(#fill-" index "-" render-id ")")))})
|
(obj/set! "fill" (str "url(#fill-" index "-" render-id ")")))})
|
||||||
shape (assoc shape :fills (:fills data))]
|
shape (assoc shape :fills (:fills data))]
|
||||||
|
|
||||||
[:& shape-custom-strokes {:shape shape :key index}
|
[:& (mf/provider muc/render-ctx) {:value (str render-id "_" (:id shape) "_" index)}
|
||||||
[:> :text props (:text data)]]))]]))
|
[:& shape-custom-strokes {:shape shape :key index}
|
||||||
|
[:> :text props (:text data)]]]))]]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue