Update filledCircle shape

This commit is contained in:
saurabhg772244
2024-08-27 18:44:36 +05:30
parent 9b7f5ed963
commit c2c65b4df2

View File

@@ -13,7 +13,7 @@ export const filledCircle = async (parent: SVGAElement, node: Node) => {
node.label = '';
node.labelStyle = labelStyles;
const { shapeSvg } = await labelHelper(parent, node, getNodeClasses(node));
const radius = 4;
const radius = 7;
const { cssStyles } = node;
// @ts-ignore - rough is not typed