diff --git a/src/Components/SVG/Elements/Dimension.tsx b/src/Components/SVG/Elements/Dimension.tsx index d59c5b4..fc0a5f6 100644 --- a/src/Components/SVG/Elements/Dimension.tsx +++ b/src/Components/SVG/Elements/Dimension.tsx @@ -82,7 +82,7 @@ export function Dimension(props: IDimensionProps): JSX.Element { x={(props.xStart + props.xEnd) / 2} y={props.yStart} style={{ - transform: `scale(${1 / scale}) translateX(-50%)`, + transform: `scale(${1 / scale}) translateX(-50%) translateY(-100%)`, transformBox: 'fill-box' }} >