mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 10:36:12 +02:00
🐛 Fix typos
This commit is contained in:
parent
39246f2beb
commit
583eb53c9d
9 changed files with 27 additions and 27 deletions
|
@ -56,8 +56,8 @@
|
|||
token (.get ^js cookies "auth-token")]
|
||||
(if (seq frame-ids)
|
||||
(p/let [tdpath (sh/create-tmpdir! "pdfexport-")
|
||||
data (-> (reduce (fn [promis frame-id]
|
||||
(p/then promis (partial export-frame tdpath file-id page-id token frame-id)))
|
||||
data (-> (reduce (fn [promise frame-id]
|
||||
(p/then promise (partial export-frame tdpath file-id page-id token frame-id)))
|
||||
(p/future [])
|
||||
(reverse frame-ids))
|
||||
(p/then (partial join-files tdpath file-id))
|
||||
|
|
|
@ -206,7 +206,7 @@
|
|||
|
||||
;; Now we have the result containing the svgdata of a
|
||||
;; SVG with all text layers. Now we need to transform
|
||||
;; this SVG to G (Group) and remove unnecesary metada
|
||||
;; this SVG to G (Group) and remove unnecessary metadata
|
||||
;; objects.
|
||||
(let [vbox (-> (get-in result ["attributes" "viewBox"])
|
||||
(parse-viewbox))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue