mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 13:11:39 +02:00
♻️ Ensure a correct usage of concat/into operations.
This commit is contained in:
parent
b897f202dd
commit
6a7600fd52
42 changed files with 461 additions and 383 deletions
|
@ -192,7 +192,7 @@
|
|||
h-lines (->> (calculate-distance-lines (:x1 from) (:x2 from) (:x1 to) (:x2 to))
|
||||
(map (fn [[start end]] [start fixed-y end fixed-y])))
|
||||
|
||||
lines (d/concat [] v-lines h-lines)
|
||||
lines (d/concat-vec v-lines h-lines)
|
||||
|
||||
distance-line-stroke (/ distance-line-stroke zoom)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue