mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Parsing and file builder
This commit is contained in:
parent
f197124ee5
commit
21aa23e7f5
9 changed files with 307 additions and 32 deletions
|
@ -745,8 +745,6 @@
|
|||
(reduce gmt/multiply (gmt/matrix) matrices))
|
||||
(gmt/matrix)))
|
||||
|
||||
|
||||
|
||||
(defn format-move [[x y]] (str "M" x " " y))
|
||||
(defn format-line [[x y]] (str "L" x " " y))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue