fix(pdf): go to highlight

This commit is contained in:
charlie
2021-08-03 18:07:58 +08:00
parent abef578493
commit 45b5554acf
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
(defonce MAX-SCALE 5.0)
(defonce MIN-SCALE 0.25)
(defonce DELTA_SCALE 1.1)
(defonce DELTA_SCALE 1.05)
(defn get-bounding-rect
[rects]