diff --git a/src/Components/SVG/Elements/Symbol.tsx b/src/Components/SVG/Elements/Symbol.tsx index f63f66a..437d74e 100644 --- a/src/Components/SVG/Elements/Symbol.tsx +++ b/src/Components/SVG/Elements/Symbol.tsx @@ -33,7 +33,7 @@ export function Symbol(props: ISymbolProps): JSX.Element { preserveAspectRatio="none" style={{ fill: 'none', - transform: `scale(${1 / props.scale}) translateX(-50%) translateY(-50%)`, + transform: `scale(${1 / props.scale}) translateX(-50%) translateY(-100%)`, transformBox: 'fill-box' }} x={props.model.x}