can edit text + fix font weight - remove character space

This commit is contained in:
hamid zarghami
2025-11-26 15:45:00 +03:30
parent aacf209894
commit 735355822a
19 changed files with 342 additions and 160 deletions
@@ -28,7 +28,7 @@ export const createDrawingObject = ({
height: Math.abs(height),
fill: "#3b82f6",
stroke: "#1e40af",
strokeWidth: 2,
strokeWidth: 0,
shapeType: activeShape,
};
}
@@ -44,7 +44,7 @@ export const createDrawingObject = ({
height: radius * 2,
fill: "#10b981",
stroke: "#059669",
strokeWidth: 2,
strokeWidth: 0,
};
}