0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 16:09:17 -05:00

🐛 Fix problem with multi-line text and strokes

This commit is contained in:
alonso.torres 2022-05-05 17:21:28 +02:00
parent 5b37c11221
commit 66f7d35510

View file

@ -89,5 +89,6 @@
(obj/set! "fill" (str "url(#fill-" index "-" render-id ")")))})
shape (assoc shape :fills (:fills data))]
[:& shape-custom-strokes {:shape shape :key index}
[:> :text props (:text data)]]))]]))
[:& (mf/provider muc/render-ctx) {:value (str render-id "_" (:id shape) "_" index)}
[:& shape-custom-strokes {:shape shape :key index}
[:> :text props (:text data)]]]))]]))