can edit text + fix font weight - remove character space
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user