🐛 Fix typos

This commit is contained in:
Josh Soref 2021-11-15 09:54:36 -05:00
parent 39246f2beb
commit 583eb53c9d
9 changed files with 27 additions and 27 deletions

View file

@ -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))

View file

@ -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))