Improved resize/rotation handlers for shapes with tiny height/width

This commit is contained in:
alonso.torres 2022-03-09 12:55:21 +01:00
parent f4be3aa9de
commit 9332d6f36c
5 changed files with 69 additions and 56 deletions

View file

@ -8,7 +8,6 @@
(:require
[app.common.data :as d]
[app.common.geom.shapes.path :as gsp]
[app.common.geom.shapes.rect :as gpr]
[app.common.geom.shapes.transforms :as gtr]
[app.common.path.bool :as pb]
[app.common.path.shapes-to-path :as stp]))