mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 18:01:38 +02:00
🐛 Fix rounding error with matrices
This commit is contained in:
parent
73658c47f3
commit
685a071e87
2 changed files with 10 additions and 2 deletions
|
@ -219,7 +219,7 @@
|
|||
result
|
||||
(let [[id text-modifier] (first modifiers)]
|
||||
(recur (rest modifiers)
|
||||
(update result id apply-text-modifier text-modifier))))))
|
||||
(d/update-when result id apply-text-modifier text-modifier))))))
|
||||
|
||||
#_(defn apply-path-modifiers
|
||||
[objects path-modifiers]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue