|
@@ -37,7 +37,6 @@ import {
|
|
MAX_DECIMALS_FOR_SVG_EXPORT,
|
|
MAX_DECIMALS_FOR_SVG_EXPORT,
|
|
MIME_TYPES,
|
|
MIME_TYPES,
|
|
SVG_NS,
|
|
SVG_NS,
|
|
- TEXT_ALIGN,
|
|
|
|
} from "../constants";
|
|
} from "../constants";
|
|
import { getStroke, StrokeOptions } from "perfect-freehand";
|
|
import { getStroke, StrokeOptions } from "perfect-freehand";
|
|
import {
|
|
import {
|
|
@@ -47,7 +46,6 @@ import {
|
|
getLineHeightInPx,
|
|
getLineHeightInPx,
|
|
getBoundTextMaxHeight,
|
|
getBoundTextMaxHeight,
|
|
getBoundTextMaxWidth,
|
|
getBoundTextMaxWidth,
|
|
- getLineWidth,
|
|
|
|
getSpacesOffsetForLine,
|
|
getSpacesOffsetForLine,
|
|
} from "../element/textElement";
|
|
} from "../element/textElement";
|
|
import { LinearElementEditor } from "../element/linearElementEditor";
|
|
import { LinearElementEditor } from "../element/linearElementEditor";
|