|
@@ -46,7 +46,7 @@ export type PathsToActShapeProps = {
|
|
fixed?: boolean;
|
|
fixed?: boolean;
|
|
strokeColor?: string;
|
|
strokeColor?: string;
|
|
};
|
|
};
|
|
-export const pathsToActShape = (props: PathsToActShapeProps, test = true) => {
|
|
|
|
|
|
+export const pathsToActShape = (props: PathsToActShapeProps, test = false) => {
|
|
const size = props.size;
|
|
const size = props.size;
|
|
const realSize = props.realWidth || props.size[0];
|
|
const realSize = props.realWidth || props.size[0];
|
|
const scale = realSize / size[0];
|
|
const scale = realSize / size[0];
|