🐛 Fixing texts with multiple strokes and fills

This commit is contained in:
Alejandro Alonso 2022-03-04 07:56:47 +01:00
parent cf09ff8dc3
commit d6820a69d4
2 changed files with 2 additions and 2 deletions

View file

@ -329,7 +329,6 @@
props (cond
(and last-stroke? url-fill?)
;; TODO: check this zero
(obj/set! props "fill" (str "url(#fill-0-" render-id ")"))
(and last-stroke? one-fill?)