Support rotating two-point lines (angle can be non-zero) (#2090)

Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
Daishi Kato
2020-08-28 10:20:06 +02:00
committed by GitHub
co-authored by David Luzar
parent 8b9e2a540d
commit 84c49ebaa1
4 changed files with 98 additions and 118 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export {
getTransformHandleTypeFromCoords,
} from "./resizeTest";
export {
resizeElements,
transformElements,
getResizeOffsetXY,
getResizeArrowDirection,
} from "./resizeElements";